Shades of Deep Sky Blue #02A0FD
Tints of Deep Sky Blue #02A0FD
RGB
CMYK
RGB Variations
Color information
#02A0FD (or 0x02A0FD) is known color: Deep Sky Blue. HEX triplet: 02, A0 and FD. RGB value is (2,160,253). Sum of RGB (Red+Green+Blue) = 2+160+253=415 (54% of max value = 765). Red value is 2 (1.17% from 255 or 0.48% from 415); Green value is 160 (62.89% from 255 or 38.55% from 415); Blue value is 253 (99.22% from 255 or 60.96% from 415); Max value from RGB is 253 - color contains mainly: blue. Hex color #02A0FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #02A0FD is #FD5F02. Grayscale: #7A7A7A. Windows color (decimal): -16604931 or 16621570. OLE color: 16621570.
HSL color Cylindrical-coordinate representation of color #02A0FD: hue angle of 202.23º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A0FD is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 2 | 160 | 253 | - |
| CMYK | 0.99 | 0.37 | 0 | 0.01 |
| HSL | 202.23º | 0.98% | 0.5% | - |
| HSV(B) | 202.23º | 0.99% | 0.99% | - |
| XYZ | 30.33 | 32.25 | 97.55 | - |
| YUV | 123.36 | 201.15 | 41.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 160 | 253 | 0.99 | 0.37 | 0 | 0.01 | 202.23 | 0.98 | 0.5 |
| Hex | 2 | A0 | FD | 63 | 25 | 0 | 1 | CA | 62 | 32 |
| Octal | 2 | 240 | 375 | 143 | 45 | 0 | 1 | 312 | 142 | 62 |
| Binary | 10 | 10100000 | 11111101 | 1100011 | 100101 | 0 | 1 | 11001010 | 1100010 | 110010 |
Color Harmonies of #02A0FD
Complementary color
Monochromatic Colors of #02A0FD
Black with #02A0FD
Text Example
Text Example
White with #02A0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A0FD; }
p { color: rgb(2,160,253); }
H1.HeaderClassName
{
color: #02A0FD;
}
.AnyTagClassName
{
color: #02A0FD;
}
</style>
background-color css
<style>
a { background-color: #02A0FD; }
a { background-color: rgb(2,160,253); }
div.DivClassName
{
background-color: #02A0FD;
}
.BgClassName
{
background-color: #02A0FD;
}
</style>
border-color css
<style>
span { border-color: #02A0FD; }
span { border-color: rgb(2,160,253); }
td.TdClassName
{
border-color: #02A0FD;
}
.TagClassName
{
border-color: #02A0FD;
}
</style>