Shades of Deep Sky Blue #01C0EA
Tints of Deep Sky Blue #01C0EA
RGB
CMYK
RGB Variations
Color information
#01C0EA (or 0x01C0EA) is known color: Deep Sky Blue. HEX triplet: 01, C0 and EA. RGB value is (1,192,234). Sum of RGB (Red+Green+Blue) = 1+192+234=427 (56% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 427); Green value is 192 (75.39% from 255 or 44.96% from 427); Blue value is 234 (91.80% from 255 or 54.80% from 427); Max value from RGB is 234 - color contains mainly: blue. Hex color #01C0EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01C0EA is #FE3F15. Grayscale: #8B8B8B. Windows color (decimal): -16662294 or 15384577. OLE color: 15384577.
HSL color Cylindrical-coordinate representation of color #01C0EA: hue angle of 190.82º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01C0EA is Cyan = 1.00, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 1 | 192 | 234 | - |
| CMYK | 1.00 | 0.18 | 0 | 0.08 |
| HSL | 190.82º | 0.99% | 0.46% | - |
| HSV(B) | 190.82º | 1% | 0.92% | - |
| XYZ | 33.71 | 43.65 | 84.49 | - |
| YUV | 139.68 | 181.22 | 29.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 192 | 234 | 1.00 | 0.18 | 0 | 0.08 | 190.82 | 0.99 | 0.46 |
| Hex | 1 | C0 | EA | 64 | 12 | 0 | 8 | BF | 63 | 2E |
| Octal | 1 | 300 | 352 | 144 | 22 | 0 | 10 | 277 | 143 | 56 |
| Binary | 1 | 11000000 | 11101010 | 1100100 | 10010 | 0 | 1000 | 10111111 | 1100011 | 101110 |
Color Harmonies of #01C0EA
Complementary color
Monochromatic Colors of #01C0EA
Black with #01C0EA
Text Example
Text Example
White with #01C0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C0EA; }
p { color: rgb(1,192,234); }
H1.HeaderClassName
{
color: #01C0EA;
}
.AnyTagClassName
{
color: #01C0EA;
}
</style>
background-color css
<style>
a { background-color: #01C0EA; }
a { background-color: rgb(1,192,234); }
div.DivClassName
{
background-color: #01C0EA;
}
.BgClassName
{
background-color: #01C0EA;
}
</style>
border-color css
<style>
span { border-color: #01C0EA; }
span { border-color: rgb(1,192,234); }
td.TdClassName
{
border-color: #01C0EA;
}
.TagClassName
{
border-color: #01C0EA;
}
</style>