Shades of Deep Sky Blue #01CDEF
Tints of Deep Sky Blue #01CDEF
RGB
CMYK
RGB Variations
Color information
#01CDEF (or 0x01CDEF) is known color: Deep Sky Blue. HEX triplet: 01, CD and EF. RGB value is (1,205,239). Sum of RGB (Red+Green+Blue) = 1+205+239=445 (58% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 445); Green value is 205 (80.47% from 255 or 46.07% from 445); Blue value is 239 (93.75% from 255 or 53.71% from 445); Max value from RGB is 239 - color contains mainly: blue. Hex color #01CDEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01CDEF is #FE3210. Grayscale: #939393. Windows color (decimal): -16658961 or 15715585. OLE color: 15715585.
HSL color Cylindrical-coordinate representation of color #01CDEF: hue angle of 188.57º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01CDEF is Cyan = 1.00, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 1 | 205 | 239 | - |
| CMYK | 1.00 | 0.14 | 0 | 0.06 |
| HSL | 188.57º | 0.99% | 0.47% | - |
| HSV(B) | 188.57º | 1% | 0.94% | - |
| XYZ | 37.42 | 49.9 | 89.32 | - |
| YUV | 147.88 | 179.41 | 23.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 205 | 239 | 1.00 | 0.14 | 0 | 0.06 | 188.57 | 0.99 | 0.47 |
| Hex | 1 | CD | EF | 64 | E | 0 | 6 | BD | 63 | 2F |
| Octal | 1 | 315 | 357 | 144 | 16 | 0 | 6 | 275 | 143 | 57 |
| Binary | 1 | 11001101 | 11101111 | 1100100 | 1110 | 0 | 110 | 10111101 | 1100011 | 101111 |
Color Harmonies of #01CDEF
Complementary color
Monochromatic Colors of #01CDEF
Black with #01CDEF
Text Example
Text Example
White with #01CDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01CDEF; }
p { color: rgb(1,205,239); }
H1.HeaderClassName
{
color: #01CDEF;
}
.AnyTagClassName
{
color: #01CDEF;
}
</style>
background-color css
<style>
a { background-color: #01CDEF; }
a { background-color: rgb(1,205,239); }
div.DivClassName
{
background-color: #01CDEF;
}
.BgClassName
{
background-color: #01CDEF;
}
</style>
border-color css
<style>
span { border-color: #01CDEF; }
span { border-color: rgb(1,205,239); }
td.TdClassName
{
border-color: #01CDEF;
}
.TagClassName
{
border-color: #01CDEF;
}
</style>