Shades of Deep Sky Blue #02D0EF
Tints of Deep Sky Blue #02D0EF
RGB
CMYK
RGB Variations
Color information
#02D0EF (or 0x02D0EF) is known color: Deep Sky Blue. HEX triplet: 02, D0 and EF. RGB value is (2,208,239). Sum of RGB (Red+Green+Blue) = 2+208+239=449 (59% of max value = 765). Red value is 2 (1.17% from 255 or 0.45% from 449); Green value is 208 (81.64% from 255 or 46.33% from 449); Blue value is 239 (93.75% from 255 or 53.23% from 449); Max value from RGB is 239 - color contains mainly: blue. Hex color #02D0EF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02D0EF is #FD2F10. Grayscale: #959595. Windows color (decimal): -16592657 or 15716354. OLE color: 15716354.
HSL color Cylindrical-coordinate representation of color #02D0EF: hue angle of 187.85º 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 #02D0EF is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 2 | 208 | 239 | - |
| CMYK | 0.99 | 0.13 | 0 | 0.06 |
| HSL | 187.85º | 0.98% | 0.47% | - |
| HSV(B) | 187.85º | 0.99% | 0.94% | - |
| XYZ | 38.16 | 51.36 | 89.56 | - |
| YUV | 149.94 | 178.25 | 22.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 208 | 239 | 0.99 | 0.13 | 0 | 0.06 | 187.85 | 0.98 | 0.47 |
| Hex | 2 | D0 | EF | 63 | D | 0 | 6 | BC | 62 | 2F |
| Octal | 2 | 320 | 357 | 143 | 15 | 0 | 6 | 274 | 142 | 57 |
| Binary | 10 | 11010000 | 11101111 | 1100011 | 1101 | 0 | 110 | 10111100 | 1100010 | 101111 |
Color Harmonies of #02D0EF
Complementary color
Monochromatic Colors of #02D0EF
Black with #02D0EF
Text Example
Text Example
White with #02D0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D0EF; }
p { color: rgb(2,208,239); }
H1.HeaderClassName
{
color: #02D0EF;
}
.AnyTagClassName
{
color: #02D0EF;
}
</style>
background-color css
<style>
a { background-color: #02D0EF; }
a { background-color: rgb(2,208,239); }
div.DivClassName
{
background-color: #02D0EF;
}
.BgClassName
{
background-color: #02D0EF;
}
</style>
border-color css
<style>
span { border-color: #02D0EF; }
span { border-color: rgb(2,208,239); }
td.TdClassName
{
border-color: #02D0EF;
}
.TagClassName
{
border-color: #02D0EF;
}
</style>