Shades of Deep Sky Blue #02D2F3
Tints of Deep Sky Blue #02D2F3
RGB
CMYK
RGB Variations
Color information
#02D2F3 (or 0x02D2F3) is known color: Deep Sky Blue. HEX triplet: 02, D2 and F3. RGB value is (2,210,243). Sum of RGB (Red+Green+Blue) = 2+210+243=455 (60% of max value = 765). Red value is 2 (1.17% from 255 or 0.44% from 455); Green value is 210 (82.42% from 255 or 46.15% from 455); Blue value is 243 (95.31% from 255 or 53.41% from 455); Max value from RGB is 243 - color contains mainly: blue. Hex color #02D2F3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02D2F3 is #FD2D0C. Grayscale: #979797. Windows color (decimal): -16592141 or 15979010. OLE color: 15979010.
HSL color Cylindrical-coordinate representation of color #02D2F3: hue angle of 188.22º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D2F3 is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 2 | 210 | 243 | - |
| CMYK | 0.99 | 0.14 | 0 | 0.05 |
| HSL | 188.22º | 0.98% | 0.48% | - |
| HSV(B) | 188.22º | 0.99% | 0.95% | - |
| XYZ | 39.25 | 52.58 | 92.87 | - |
| YUV | 151.57 | 179.59 | 21.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 210 | 243 | 0.99 | 0.14 | 0 | 0.05 | 188.22 | 0.98 | 0.48 |
| Hex | 2 | D2 | F3 | 63 | E | 0 | 5 | BC | 62 | 30 |
| Octal | 2 | 322 | 363 | 143 | 16 | 0 | 5 | 274 | 142 | 60 |
| Binary | 10 | 11010010 | 11110011 | 1100011 | 1110 | 0 | 101 | 10111100 | 1100010 | 110000 |
Color Harmonies of #02D2F3
Complementary color
Monochromatic Colors of #02D2F3
Black with #02D2F3
Text Example
Text Example
White with #02D2F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D2F3; }
p { color: rgb(2,210,243); }
H1.HeaderClassName
{
color: #02D2F3;
}
.AnyTagClassName
{
color: #02D2F3;
}
</style>
background-color css
<style>
a { background-color: #02D2F3; }
a { background-color: rgb(2,210,243); }
div.DivClassName
{
background-color: #02D2F3;
}
.BgClassName
{
background-color: #02D2F3;
}
</style>
border-color css
<style>
span { border-color: #02D2F3; }
span { border-color: rgb(2,210,243); }
td.TdClassName
{
border-color: #02D2F3;
}
.TagClassName
{
border-color: #02D2F3;
}
</style>