Html Css Color HEX #1CB2DE Summer Sky

📋 copy color: '#1CB2DE'

red 28 ◦ green 178 ◦ blue 222

#1CB2DE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Summer Sky #1CB2DE

Tints of Summer Sky #1CB2DE

RGB

 RED value IS 28 (11.33% from 255) = 6.54%

 GREEN value IS 178 (69.92% from 255) = 41.59%

 BLUE value IS 222 (87.11% from 255) = 51.87%

R = 6.54%
G = 41.59%
B = 51.87%

CMYK

 C value IS 0.87

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1CB2DE (or 0x1CB2DE) is known color: Summer Sky. HEX triplet: 1C, B2 and DE. RGB value is (28,178,222). Sum of RGB (Red+Green+Blue) = 28+178+222=428 (56% of max value = 765). Red value is 28 (11.33% from 255 or 6.54% from 428); Green value is 178 (69.92% from 255 or 41.59% from 428); Blue value is 222 (87.11% from 255 or 51.87% from 428); Max value from RGB is 222 - color contains mainly: blue. Hex color #1CB2DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CB2DE is #E34D21. Grayscale: #898989. Windows color (decimal): -14896418 or 14594588. OLE color: 14594588.

HSL color Cylindrical-coordinate representation of color #1CB2DE: hue angle of 193.61º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CB2DE is Cyan = 0.87, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 28 178 222 -
CMYK 0.87 0.20 0 0.13
HSL 193.61º 0.78% 0.49% -
HSV(B) 193.61º 0.87% 0.87% -
XYZ 29.58 37.36 74.76 -
YUV 138.17 175.31 49.42 -
System Red Green Blue C M Y K H S L
Decimal 28 178 222 0.87 0.20 0 0.13 193.61 0.78 0.49
Hex 1C B2 DE 57 14 0 D C2 4E 31
Octal 34 262 336 127 24 0 15 302 116 61
Binary 11100 10110010 11011110 1010111 10100 0 1101 11000010 1001110 110001

Color Harmonies of #1CB2DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB2DE

Black with #1CB2DE

Text Example


Text Example

White with #1CB2DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,178,222); }

 H1.HeaderClassName
 {
   color: #1CB2DE;
 }
 .AnyTagClassName
 {
   color: #1CB2DE;
 }
</style>

background-color css

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

 a { background-color: rgb(28,178,222); }

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

border-color css

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

 span { border-color: rgb(28,178,222); }

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