#1CC0E5

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

Shades of Summer Sky #1CC0E5

Tints of Summer Sky #1CC0E5

Color information

#1CC0E5 (or 0x1CC0E5) is unknown color: approx Summer Sky. HEX triplet: 1C, C0 and E5. RGB value is (28,192,229). Sum of RGB (Red+Green+Blue) = 28+192+229=449 (59% of max value = 765). Red value is 28 (11.33% from 255 or 6.24% from 449); Green value is 192 (75.39% from 255 or 42.76% from 449); Blue value is 229 (89.84% from 255 or 51.00% from 449); Max value from RGB is 229 - color contains mainly: blue. Hex color #1CC0E5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CC0E5 is #E33F1A. Grayscale: #929292. Windows color (decimal): -14892827 or 15056924. OLE color: 15056924.

HSL color Cylindrical-coordinate representation of color #1CC0E5: hue angle of 191.04º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CC0E5 is Cyan = 0.88, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB28192229-
CMYK0.880.1600.10
HSL191.04º79.45%50.39%-
HSV(B)191.04º87.77%89.8%-
XYZ33.4743.680.78-
YUV147.18174.1742.99-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 6.24%
GREEN value IS 192 (75.39% from 255) = 42.76%
BLUE value IS 229 (89.84% from 255) = 51.00%
R=6.24%
G=42.76%
B=51.00%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal281922290.880.1600.10191.0479.4550.39
Hex1CC0E558100Abf4f32
Octal343003451302001227711762
Binary11100110000001110010110110001000001010101111111001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CC0E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,192,229); }

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

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

 a { background-color: rgb(28,192,229); }

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

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

 span { border-color: rgb(28,192,229); }

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