Shades of Deep Sky Blue #1CC0EF
Tints of Deep Sky Blue #1CC0EF
RGB
CMYK
RGB Variations
Color information
#1CC0EF (or 0x1CC0EF) is known color: Deep Sky Blue. HEX triplet: 1C, C0 and EF. RGB value is (28,192,239). Sum of RGB (Red+Green+Blue) = 28+192+239=459 (60% of max value = 765). Red value is 28 (11.33% from 255 or 6.10% from 459); Green value is 192 (75.39% from 255 or 41.83% from 459); Blue value is 239 (93.75% from 255 or 52.07% from 459); Max value from RGB is 239 - color contains mainly: blue. Hex color #1CC0EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CC0EF is #E33F10. Grayscale: #939393. Windows color (decimal): -14892817 or 15712284. OLE color: 15712284.
HSL color Cylindrical-coordinate representation of color #1CC0EF: hue angle of 193.36º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CC0EF is Cyan = 0.88, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 28 | 192 | 239 | - |
| CMYK | 0.88 | 0.20 | 0 | 0.06 |
| HSL | 193.36º | 0.87% | 0.52% | - |
| HSV(B) | 193.36º | 0.88% | 0.94% | - |
| XYZ | 34.91 | 44.18 | 88.35 | - |
| YUV | 148.32 | 179.17 | 42.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 192 | 239 | 0.88 | 0.20 | 0 | 0.06 | 193.36 | 0.87 | 0.52 |
| Hex | 1C | C0 | EF | 58 | 14 | 0 | 6 | C1 | 57 | 34 |
| Octal | 34 | 300 | 357 | 130 | 24 | 0 | 6 | 301 | 127 | 64 |
| Binary | 11100 | 11000000 | 11101111 | 1011000 | 10100 | 0 | 110 | 11000001 | 1010111 | 110100 |
Color Harmonies of #1CC0EF
Complementary color
Monochromatic Colors of #1CC0EF
Black with #1CC0EF
Text Example
Text Example
White with #1CC0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC0EF; }
p { color: rgb(28,192,239); }
H1.HeaderClassName
{
color: #1CC0EF;
}
.AnyTagClassName
{
color: #1CC0EF;
}
</style>
background-color css
<style>
a { background-color: #1CC0EF; }
a { background-color: rgb(28,192,239); }
div.DivClassName
{
background-color: #1CC0EF;
}
.BgClassName
{
background-color: #1CC0EF;
}
</style>
border-color css
<style>
span { border-color: #1CC0EF; }
span { border-color: rgb(28,192,239); }
td.TdClassName
{
border-color: #1CC0EF;
}
.TagClassName
{
border-color: #1CC0EF;
}
</style>