Shades of Deep Sky Blue #02D1F1
Tints of Deep Sky Blue #02D1F1
RGB
CMYK
RGB Variations
Color information
#02D1F1 (or 0x02D1F1) is known color: Deep Sky Blue. HEX triplet: 02, D1 and F1. RGB value is (2,209,241). Sum of RGB (Red+Green+Blue) = 2+209+241=452 (59% of max value = 765). Red value is 2 (1.17% from 255 or 0.44% from 452); Green value is 209 (82.03% from 255 or 46.24% from 452); Blue value is 241 (94.53% from 255 or 53.32% from 452); Max value from RGB is 241 - color contains mainly: blue. Hex color #02D1F1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02D1F1 is #FD2E0E. Grayscale: #969696. Windows color (decimal): -16592399 or 15847682. OLE color: 15847682.
HSL color Cylindrical-coordinate representation of color #02D1F1: hue angle of 188.03º 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 #02D1F1 is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 2 | 209 | 241 | - |
| CMYK | 0.99 | 0.13 | 0 | 0.05 |
| HSL | 188.03º | 0.98% | 0.48% | - |
| HSV(B) | 188.03º | 0.99% | 0.95% | - |
| XYZ | 38.7 | 51.96 | 91.21 | - |
| YUV | 150.76 | 178.92 | 21.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 209 | 241 | 0.99 | 0.13 | 0 | 0.05 | 188.03 | 0.98 | 0.48 |
| Hex | 2 | D1 | F1 | 63 | D | 0 | 5 | BC | 62 | 30 |
| Octal | 2 | 321 | 361 | 143 | 15 | 0 | 5 | 274 | 142 | 60 |
| Binary | 10 | 11010001 | 11110001 | 1100011 | 1101 | 0 | 101 | 10111100 | 1100010 | 110000 |
Color Harmonies of #02D1F1
Complementary color
Monochromatic Colors of #02D1F1
Black with #02D1F1
Text Example
Text Example
White with #02D1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D1F1; }
p { color: rgb(2,209,241); }
H1.HeaderClassName
{
color: #02D1F1;
}
.AnyTagClassName
{
color: #02D1F1;
}
</style>
background-color css
<style>
a { background-color: #02D1F1; }
a { background-color: rgb(2,209,241); }
div.DivClassName
{
background-color: #02D1F1;
}
.BgClassName
{
background-color: #02D1F1;
}
</style>
border-color css
<style>
span { border-color: #02D1F1; }
span { border-color: rgb(2,209,241); }
td.TdClassName
{
border-color: #02D1F1;
}
.TagClassName
{
border-color: #02D1F1;
}
</style>