Shades of Deep Sky Blue #02ADF1
Tints of Deep Sky Blue #02ADF1
RGB
CMYK
RGB Variations
Color information
#02ADF1 (or 0x02ADF1) is known color: Deep Sky Blue. HEX triplet: 02, AD and F1. RGB value is (2,173,241). Sum of RGB (Red+Green+Blue) = 2+173+241=416 (55% of max value = 765). Red value is 2 (1.17% from 255 or 0.48% from 416); Green value is 173 (67.97% from 255 or 41.59% from 416); Blue value is 241 (94.53% from 255 or 57.93% from 416); Max value from RGB is 241 - color contains mainly: blue. Hex color #02ADF1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #02ADF1 is #FD520E. Grayscale: #818181. Windows color (decimal): -16601615 or 15838466. OLE color: 15838466.
HSL color Cylindrical-coordinate representation of color #02ADF1: hue angle of 197.07º 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 #02ADF1 is Cyan = 0.99, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 2 | 173 | 241 | - |
| CMYK | 0.99 | 0.28 | 0 | 0.05 |
| HSL | 197.07º | 0.98% | 0.48% | - |
| HSV(B) | 197.07º | 0.99% | 0.95% | - |
| XYZ | 30.85 | 36.25 | 88.59 | - |
| YUV | 129.62 | 190.85 | 36.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 173 | 241 | 0.99 | 0.28 | 0 | 0.05 | 197.07 | 0.98 | 0.48 |
| Hex | 2 | AD | F1 | 63 | 1C | 0 | 5 | C5 | 62 | 30 |
| Octal | 2 | 255 | 361 | 143 | 34 | 0 | 5 | 305 | 142 | 60 |
| Binary | 10 | 10101101 | 11110001 | 1100011 | 11100 | 0 | 101 | 11000101 | 1100010 | 110000 |
Color Harmonies of #02ADF1
Complementary color
Monochromatic Colors of #02ADF1
Black with #02ADF1
Text Example
Text Example
White with #02ADF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02ADF1; }
p { color: rgb(2,173,241); }
H1.HeaderClassName
{
color: #02ADF1;
}
.AnyTagClassName
{
color: #02ADF1;
}
</style>
background-color css
<style>
a { background-color: #02ADF1; }
a { background-color: rgb(2,173,241); }
div.DivClassName
{
background-color: #02ADF1;
}
.BgClassName
{
background-color: #02ADF1;
}
</style>
border-color css
<style>
span { border-color: #02ADF1; }
span { border-color: rgb(2,173,241); }
td.TdClassName
{
border-color: #02ADF1;
}
.TagClassName
{
border-color: #02ADF1;
}
</style>