Shades of Deep Sky Blue #01C9EA
Tints of Deep Sky Blue #01C9EA
RGB
CMYK
RGB Variations
Color information
#01C9EA (or 0x01C9EA) is known color: Deep Sky Blue. HEX triplet: 01, C9 and EA. RGB value is (1,201,234). Sum of RGB (Red+Green+Blue) = 1+201+234=436 (57% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 436); Green value is 201 (78.91% from 255 or 46.10% from 436); Blue value is 234 (91.80% from 255 or 53.67% from 436); Max value from RGB is 234 - color contains mainly: blue. Hex color #01C9EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01C9EA is #FE3615. Grayscale: #909090. Windows color (decimal): -16659990 or 15386881. OLE color: 15386881.
HSL color Cylindrical-coordinate representation of color #01C9EA: hue angle of 188.5º 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 #01C9EA is Cyan = 1.00, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 1 | 201 | 234 | - |
| CMYK | 1.00 | 0.14 | 0 | 0.08 |
| HSL | 188.5º | 0.99% | 0.46% | - |
| HSV(B) | 188.5º | 1% | 0.92% | - |
| XYZ | 35.75 | 47.72 | 85.17 | - |
| YUV | 144.96 | 178.24 | 25.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 201 | 234 | 1.00 | 0.14 | 0 | 0.08 | 188.5 | 0.99 | 0.46 |
| Hex | 1 | C9 | EA | 64 | E | 0 | 8 | BC | 63 | 2E |
| Octal | 1 | 311 | 352 | 144 | 16 | 0 | 10 | 274 | 143 | 56 |
| Binary | 1 | 11001001 | 11101010 | 1100100 | 1110 | 0 | 1000 | 10111100 | 1100011 | 101110 |
Color Harmonies of #01C9EA
Complementary color
Monochromatic Colors of #01C9EA
Black with #01C9EA
Text Example
Text Example
White with #01C9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C9EA; }
p { color: rgb(1,201,234); }
H1.HeaderClassName
{
color: #01C9EA;
}
.AnyTagClassName
{
color: #01C9EA;
}
</style>
background-color css
<style>
a { background-color: #01C9EA; }
a { background-color: rgb(1,201,234); }
div.DivClassName
{
background-color: #01C9EA;
}
.BgClassName
{
background-color: #01C9EA;
}
</style>
border-color css
<style>
span { border-color: #01C9EA; }
span { border-color: rgb(1,201,234); }
td.TdClassName
{
border-color: #01C9EA;
}
.TagClassName
{
border-color: #01C9EA;
}
</style>