Shades of Deep Sky Blue #03D0EF
Tints of Deep Sky Blue #03D0EF
RGB
CMYK
RGB Variations
Color information
#03D0EF (or 0x03D0EF) is known color: Deep Sky Blue. HEX triplet: 03, D0 and EF. RGB value is (3,208,239). Sum of RGB (Red+Green+Blue) = 3+208+239=450 (59% of max value = 765). Red value is 3 (1.56% from 255 or 0.67% from 450); Green value is 208 (81.64% from 255 or 46.22% from 450); Blue value is 239 (93.75% from 255 or 53.11% from 450); Max value from RGB is 239 - color contains mainly: blue. Hex color #03D0EF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03D0EF is #FC2F10. Grayscale: #959595. Windows color (decimal): -16527121 or 15716355. OLE color: 15716355.
HSL color Cylindrical-coordinate representation of color #03D0EF: hue angle of 187.88º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D0EF is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 3 | 208 | 239 | - |
| CMYK | 0.99 | 0.13 | 0 | 0.06 |
| HSL | 187.88º | 0.98% | 0.47% | - |
| HSV(B) | 187.88º | 0.99% | 0.94% | - |
| XYZ | 38.17 | 51.36 | 89.56 | - |
| YUV | 150.24 | 178.08 | 22.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 208 | 239 | 0.99 | 0.13 | 0 | 0.06 | 187.88 | 0.98 | 0.47 |
| Hex | 3 | D0 | EF | 63 | D | 0 | 6 | BC | 62 | 2F |
| Octal | 3 | 320 | 357 | 143 | 15 | 0 | 6 | 274 | 142 | 57 |
| Binary | 11 | 11010000 | 11101111 | 1100011 | 1101 | 0 | 110 | 10111100 | 1100010 | 101111 |
Color Harmonies of #03D0EF
Complementary color
Monochromatic Colors of #03D0EF
Black with #03D0EF
Text Example
Text Example
White with #03D0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D0EF; }
p { color: rgb(3,208,239); }
H1.HeaderClassName
{
color: #03D0EF;
}
.AnyTagClassName
{
color: #03D0EF;
}
</style>
background-color css
<style>
a { background-color: #03D0EF; }
a { background-color: rgb(3,208,239); }
div.DivClassName
{
background-color: #03D0EF;
}
.BgClassName
{
background-color: #03D0EF;
}
</style>
border-color css
<style>
span { border-color: #03D0EF; }
span { border-color: rgb(3,208,239); }
td.TdClassName
{
border-color: #03D0EF;
}
.TagClassName
{
border-color: #03D0EF;
}
</style>