Shades of Deep Sky Blue #02D1F3
Tints of Deep Sky Blue #02D1F3
RGB
CMYK
RGB Variations
Color information
#02D1F3 (or 0x02D1F3) is known color: Deep Sky Blue. HEX triplet: 02, D1 and F3. RGB value is (2,209,243). Sum of RGB (Red+Green+Blue) = 2+209+243=454 (60% of max value = 765). Red value is 2 (1.17% from 255 or 0.44% from 454); Green value is 209 (82.03% from 255 or 46.04% from 454); Blue value is 243 (95.31% from 255 or 53.52% from 454); Max value from RGB is 243 - color contains mainly: blue. Hex color #02D1F3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02D1F3 is #FD2E0C. Grayscale: #969696. Windows color (decimal): -16592397 or 15978754. OLE color: 15978754.
HSL color Cylindrical-coordinate representation of color #02D1F3: hue angle of 188.46º 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 #02D1F3 is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 2 | 209 | 243 | - |
| CMYK | 0.99 | 0.14 | 0 | 0.05 |
| HSL | 188.46º | 0.98% | 0.48% | - |
| HSV(B) | 188.46º | 0.99% | 0.95% | - |
| XYZ | 39 | 52.08 | 92.79 | - |
| YUV | 150.98 | 179.92 | 21.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 209 | 243 | 0.99 | 0.14 | 0 | 0.05 | 188.46 | 0.98 | 0.48 |
| Hex | 2 | D1 | F3 | 63 | E | 0 | 5 | BC | 62 | 30 |
| Octal | 2 | 321 | 363 | 143 | 16 | 0 | 5 | 274 | 142 | 60 |
| Binary | 10 | 11010001 | 11110011 | 1100011 | 1110 | 0 | 101 | 10111100 | 1100010 | 110000 |
Color Harmonies of #02D1F3
Complementary color
Monochromatic Colors of #02D1F3
Black with #02D1F3
Text Example
Text Example
White with #02D1F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D1F3; }
p { color: rgb(2,209,243); }
H1.HeaderClassName
{
color: #02D1F3;
}
.AnyTagClassName
{
color: #02D1F3;
}
</style>
background-color css
<style>
a { background-color: #02D1F3; }
a { background-color: rgb(2,209,243); }
div.DivClassName
{
background-color: #02D1F3;
}
.BgClassName
{
background-color: #02D1F3;
}
</style>
border-color css
<style>
span { border-color: #02D1F3; }
span { border-color: rgb(2,209,243); }
td.TdClassName
{
border-color: #02D1F3;
}
.TagClassName
{
border-color: #02D1F3;
}
</style>