#1CBFE1

Color #1CBFE1 Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #1CBFE1

Tints of Summer Sky #1CBFE1

Color information

#1CBFE1 (or 0x1CBFE1) is unknown color: approx Summer Sky. HEX triplet: 1C, BF and E1. RGB value is (28,191,225). Sum of RGB (Red+Green+Blue) = 28+191+225=444 (58% of max value = 765). Red value is 28 (11.33% from 255 or 6.31% from 444); Green value is 191 (75% from 255 or 43.02% from 444); Blue value is 225 (88.28% from 255 or 50.68% from 444); Max value from RGB is 225 - color contains mainly: blue. Hex color #1CBFE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CBFE1 is #E3401E. Grayscale: #919191. Windows color (decimal): -14893087 or 14794524. OLE color: 14794524.

HSL color Cylindrical-coordinate representation of color #1CBFE1: hue angle of 190.36º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CBFE1 is Cyan = 0.88, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB28191225-
CMYK0.880.1500.12
HSL190.36º77.87%49.61%-
HSV(B)190.36º87.56%88.24%-
XYZ32.742.9477.8-
YUV146.14172.543.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 28 (11.33% from 255) = 6.31%
GREEN value IS 191 (75% from 255) = 43.02%
BLUE value IS 225 (88.28% from 255) = 50.68%
R=6.31%
G=43.02%
B=50.68%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal281912250.880.1500.12190.3677.8749.61
Hex1CBFE158F0Cbe4e32
Octal342773411301701427611662
Binary1110010111111111000011011000111101100101111101001110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CBFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1CBFE1; }

 p { color: rgb(28,191,225); }

 H1.HeaderClassName
 {
   color: #1CBFE1;
 }
 .AnyTagClassName
 {
   color: #1CBFE1;
 }
</style>
background-color css

<style>
 a { background-color: #1CBFE1; }

 a { background-color: rgb(28,191,225); }

 div.DivClassName
 {
   background-color: #1CBFE1;
 }
 .BgClassName
 {
   background-color: #1CBFE1;
 }
</style>
border-color css

<style>
 span { border-color: #1CBFE1; }

 span { border-color: rgb(28,191,225); }

 td.TdClassName
 {
   border-color: #1CBFE1;
 }
 .TagClassName
 {
   border-color: #1CBFE1;
 }
</style>