Shades of Deep Sky Blue #01C9EE
Tints of Deep Sky Blue #01C9EE
RGB
CMYK
RGB Variations
Color information
#01C9EE (or 0x01C9EE) is known color: Deep Sky Blue. HEX triplet: 01, C9 and EE. RGB value is (1,201,238). Sum of RGB (Red+Green+Blue) = 1+201+238=440 (58% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 440); Green value is 201 (78.91% from 255 or 45.68% from 440); Blue value is 238 (93.36% from 255 or 54.09% from 440); Max value from RGB is 238 - color contains mainly: blue. Hex color #01C9EE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01C9EE is #FE3611. Grayscale: #919191. Windows color (decimal): -16659986 or 15649025. OLE color: 15649025.
HSL color Cylindrical-coordinate representation of color #01C9EE: hue angle of 189.37º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01C9EE is Cyan = 1.00, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 201 | 238 | - |
| CMYK | 1.00 | 0.16 | 0 | 0.07 |
| HSL | 189.37º | 0.99% | 0.47% | - |
| HSV(B) | 189.37º | 1% | 0.93% | - |
| XYZ | 36.33 | 47.95 | 88.23 | - |
| YUV | 145.42 | 180.24 | 24.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 201 | 238 | 1.00 | 0.16 | 0 | 0.07 | 189.37 | 0.99 | 0.47 |
| Hex | 1 | C9 | EE | 64 | 10 | 0 | 7 | BD | 63 | 2F |
| Octal | 1 | 311 | 356 | 144 | 20 | 0 | 7 | 275 | 143 | 57 |
| Binary | 1 | 11001001 | 11101110 | 1100100 | 10000 | 0 | 111 | 10111101 | 1100011 | 101111 |
Color Harmonies of #01C9EE
Complementary color
Monochromatic Colors of #01C9EE
Black with #01C9EE
Text Example
Text Example
White with #01C9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C9EE; }
p { color: rgb(1,201,238); }
H1.HeaderClassName
{
color: #01C9EE;
}
.AnyTagClassName
{
color: #01C9EE;
}
</style>
background-color css
<style>
a { background-color: #01C9EE; }
a { background-color: rgb(1,201,238); }
div.DivClassName
{
background-color: #01C9EE;
}
.BgClassName
{
background-color: #01C9EE;
}
</style>
border-color css
<style>
span { border-color: #01C9EE; }
span { border-color: rgb(1,201,238); }
td.TdClassName
{
border-color: #01C9EE;
}
.TagClassName
{
border-color: #01C9EE;
}
</style>