Shades of Deep Sky Blue #02DBF9
Tints of Deep Sky Blue #02DBF9
RGB
CMYK
RGB Variations
Color information
#02DBF9 (or 0x02DBF9) is known color: Deep Sky Blue. HEX triplet: 02, DB and F9. RGB value is (2,219,249). Sum of RGB (Red+Green+Blue) = 2+219+249=470 (62% of max value = 765). Red value is 2 (1.17% from 255 or 0.43% from 470); Green value is 219 (85.94% from 255 or 46.60% from 470); Blue value is 249 (97.66% from 255 or 52.98% from 470); Max value from RGB is 249 - color contains mainly: blue. Hex color #02DBF9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02DBF9 is #FD2406. Grayscale: #9D9D9D. Windows color (decimal): -16589831 or 16374530. OLE color: 16374530.
HSL color Cylindrical-coordinate representation of color #02DBF9: hue angle of 187.29º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02DBF9 is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 2 | 219 | 249 | - |
CMYK | 0.99 | 0.12 | 0 | 0.02 |
HSL | 187.29º | 0.98% | 0.49% | - |
HSV(B) | 187.29º | 0.99% | 0.98% | - |
XYZ | 42.46 | 57.52 | 98.49 | - |
YUV | 157.54 | 179.61 | 17.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 2 | 219 | 249 | 0.99 | 0.12 | 0 | 0.02 | 187.29 | 0.98 | 0.49 |
Hex | 2 | DB | F9 | 63 | C | 0 | 2 | BB | 62 | 31 |
Octal | 2 | 333 | 371 | 143 | 14 | 0 | 2 | 273 | 142 | 61 |
Binary | 10 | 11011011 | 11111001 | 1100011 | 1100 | 0 | 10 | 10111011 | 1100010 | 110001 |
Color Harmonies of #02DBF9
Complementary color
Monochromatic Colors of #02DBF9
Black with #02DBF9
Text Example
Text Example
White with #02DBF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DBF9; }
p { color: rgb(2,219,249); }
H1.HeaderClassName
{
color: #02DBF9;
}
.AnyTagClassName
{
color: #02DBF9;
}
</style>
background-color css
<style>
a { background-color: #02DBF9; }
a { background-color: rgb(2,219,249); }
div.DivClassName
{
background-color: #02DBF9;
}
.BgClassName
{
background-color: #02DBF9;
}
</style>
border-color css
<style>
span { border-color: #02DBF9; }
span { border-color: rgb(2,219,249); }
td.TdClassName
{
border-color: #02DBF9;
}
.TagClassName
{
border-color: #02DBF9;
}
</style>