Shades of Deep Sky Blue #01CDF0
Tints of Deep Sky Blue #01CDF0
RGB
CMYK
RGB Variations
Color information
#01CDF0 (or 0x01CDF0) is known color: Deep Sky Blue. HEX triplet: 01, CD and F0. RGB value is (1,205,240). Sum of RGB (Red+Green+Blue) = 1+205+240=446 (59% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 446); Green value is 205 (80.47% from 255 or 45.96% from 446); Blue value is 240 (94.14% from 255 or 53.81% from 446); Max value from RGB is 240 - color contains mainly: blue. Hex color #01CDF0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01CDF0 is #FE320F. Grayscale: #939393. Windows color (decimal): -16658960 or 15781121. OLE color: 15781121.
HSL color Cylindrical-coordinate representation of color #01CDF0: hue angle of 188.79º 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 #01CDF0 is Cyan = 1.00, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 1 | 205 | 240 | - |
| CMYK | 1.00 | 0.15 | 0 | 0.06 |
| HSL | 188.79º | 0.99% | 0.47% | - |
| HSV(B) | 188.79º | 1% | 0.94% | - |
| XYZ | 37.57 | 49.96 | 90.1 | - |
| YUV | 147.99 | 179.91 | 23.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 205 | 240 | 1.00 | 0.15 | 0 | 0.06 | 188.79 | 0.99 | 0.47 |
| Hex | 1 | CD | F0 | 64 | F | 0 | 6 | BD | 63 | 2F |
| Octal | 1 | 315 | 360 | 144 | 17 | 0 | 6 | 275 | 143 | 57 |
| Binary | 1 | 11001101 | 11110000 | 1100100 | 1111 | 0 | 110 | 10111101 | 1100011 | 101111 |
Color Harmonies of #01CDF0
Complementary color
Monochromatic Colors of #01CDF0
Black with #01CDF0
Text Example
Text Example
White with #01CDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01CDF0; }
p { color: rgb(1,205,240); }
H1.HeaderClassName
{
color: #01CDF0;
}
.AnyTagClassName
{
color: #01CDF0;
}
</style>
background-color css
<style>
a { background-color: #01CDF0; }
a { background-color: rgb(1,205,240); }
div.DivClassName
{
background-color: #01CDF0;
}
.BgClassName
{
background-color: #01CDF0;
}
</style>
border-color css
<style>
span { border-color: #01CDF0; }
span { border-color: rgb(1,205,240); }
td.TdClassName
{
border-color: #01CDF0;
}
.TagClassName
{
border-color: #01CDF0;
}
</style>