Shades of Summer Sky #1CC0EA
Tints of Summer Sky #1CC0EA
RGB
CMYK
RGB Variations
Color information
#1CC0EA (or 0x1CC0EA) is known color: Summer Sky. HEX triplet: 1C, C0 and EA. RGB value is (28,192,234). Sum of RGB (Red+Green+Blue) = 28+192+234=454 (60% of max value = 765). Red value is 28 (11.33% from 255 or 6.17% from 454); Green value is 192 (75.39% from 255 or 42.29% from 454); Blue value is 234 (91.80% from 255 or 51.54% from 454); Max value from RGB is 234 - color contains mainly: blue. Hex color #1CC0EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CC0EA is #E33F15. Grayscale: #939393. Windows color (decimal): -14892822 or 15384604. OLE color: 15384604.
HSL color Cylindrical-coordinate representation of color #1CC0EA: hue angle of 192.23º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CC0EA is Cyan = 0.88, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 28 | 192 | 234 | - |
| CMYK | 0.88 | 0.18 | 0 | 0.08 |
| HSL | 192.23º | 0.83% | 0.51% | - |
| HSV(B) | 192.23º | 0.88% | 0.92% | - |
| XYZ | 34.18 | 43.89 | 84.51 | - |
| YUV | 147.75 | 176.67 | 42.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 192 | 234 | 0.88 | 0.18 | 0 | 0.08 | 192.23 | 0.83 | 0.51 |
| Hex | 1C | C0 | EA | 58 | 12 | 0 | 8 | C0 | 53 | 33 |
| Octal | 34 | 300 | 352 | 130 | 22 | 0 | 10 | 300 | 123 | 63 |
| Binary | 11100 | 11000000 | 11101010 | 1011000 | 10010 | 0 | 1000 | 11000000 | 1010011 | 110011 |
Color Harmonies of #1CC0EA
Complementary color
Monochromatic Colors of #1CC0EA
Black with #1CC0EA
Text Example
Text Example
White with #1CC0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC0EA; }
p { color: rgb(28,192,234); }
H1.HeaderClassName
{
color: #1CC0EA;
}
.AnyTagClassName
{
color: #1CC0EA;
}
</style>
background-color css
<style>
a { background-color: #1CC0EA; }
a { background-color: rgb(28,192,234); }
div.DivClassName
{
background-color: #1CC0EA;
}
.BgClassName
{
background-color: #1CC0EA;
}
</style>
border-color css
<style>
span { border-color: #1CC0EA; }
span { border-color: rgb(28,192,234); }
td.TdClassName
{
border-color: #1CC0EA;
}
.TagClassName
{
border-color: #1CC0EA;
}
</style>