Shades of Deep Sky Blue #01D0ED
Tints of Deep Sky Blue #01D0ED
RGB
CMYK
RGB Variations
Color information
#01D0ED (or 0x01D0ED) is known color: Deep Sky Blue. HEX triplet: 01, D0 and ED. RGB value is (1,208,237). Sum of RGB (Red+Green+Blue) = 1+208+237=446 (59% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 446); Green value is 208 (81.64% from 255 or 46.64% from 446); Blue value is 237 (92.97% from 255 or 53.14% from 446); Max value from RGB is 237 - color contains mainly: blue. Hex color #01D0ED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01D0ED is #FE2F12. Grayscale: #959595. Windows color (decimal): -16658195 or 15585281. OLE color: 15585281.
HSL color Cylindrical-coordinate representation of color #01D0ED: hue angle of 187.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 #01D0ED is Cyan = 1.00, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 208 | 237 | - |
| CMYK | 1.00 | 0.12 | 0 | 0.07 |
| HSL | 187.37º | 0.99% | 0.47% | - |
| HSV(B) | 187.37º | 1% | 0.93% | - |
| XYZ | 37.85 | 51.23 | 88.01 | - |
| YUV | 149.41 | 177.42 | 22.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 208 | 237 | 1.00 | 0.12 | 0 | 0.07 | 187.37 | 0.99 | 0.47 |
| Hex | 1 | D0 | ED | 64 | C | 0 | 7 | BB | 63 | 2F |
| Octal | 1 | 320 | 355 | 144 | 14 | 0 | 7 | 273 | 143 | 57 |
| Binary | 1 | 11010000 | 11101101 | 1100100 | 1100 | 0 | 111 | 10111011 | 1100011 | 101111 |
Color Harmonies of #01D0ED
Complementary color
Monochromatic Colors of #01D0ED
Black with #01D0ED
Text Example
Text Example
White with #01D0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D0ED; }
p { color: rgb(1,208,237); }
H1.HeaderClassName
{
color: #01D0ED;
}
.AnyTagClassName
{
color: #01D0ED;
}
</style>
background-color css
<style>
a { background-color: #01D0ED; }
a { background-color: rgb(1,208,237); }
div.DivClassName
{
background-color: #01D0ED;
}
.BgClassName
{
background-color: #01D0ED;
}
</style>
border-color css
<style>
span { border-color: #01D0ED; }
span { border-color: rgb(1,208,237); }
td.TdClassName
{
border-color: #01D0ED;
}
.TagClassName
{
border-color: #01D0ED;
}
</style>