Shades of Deep Sky Blue #02C9FB
Tints of Deep Sky Blue #02C9FB
RGB
CMYK
RGB Variations
Color information
#02C9FB (or 0x02C9FB) is known color: Deep Sky Blue. HEX triplet: 02, C9 and FB. RGB value is (2,201,251). Sum of RGB (Red+Green+Blue) = 2+201+251=454 (60% of max value = 765). Red value is 2 (1.17% from 255 or 0.44% from 454); Green value is 201 (78.91% from 255 or 44.27% from 454); Blue value is 251 (98.44% from 255 or 55.29% from 454); Max value from RGB is 251 - color contains mainly: blue. Hex color #02C9FB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02C9FB is #FD3604. Grayscale: #929292. Windows color (decimal): -16594437 or 16500994. OLE color: 16500994.
HSL color Cylindrical-coordinate representation of color #02C9FB: hue angle of 192.05º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C9FB is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 201 | 251 | - |
| CMYK | 0.99 | 0.20 | 0 | 0.02 |
| HSL | 192.05º | 0.98% | 0.5% | - |
| HSV(B) | 192.05º | 0.99% | 0.98% | - |
| XYZ | 38.32 | 48.75 | 98.66 | - |
| YUV | 147.2 | 186.57 | 24.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 201 | 251 | 0.99 | 0.20 | 0 | 0.02 | 192.05 | 0.98 | 0.5 |
| Hex | 2 | C9 | FB | 63 | 14 | 0 | 2 | C0 | 62 | 32 |
| Octal | 2 | 311 | 373 | 143 | 24 | 0 | 2 | 300 | 142 | 62 |
| Binary | 10 | 11001001 | 11111011 | 1100011 | 10100 | 0 | 10 | 11000000 | 1100010 | 110010 |
Color Harmonies of #02C9FB
Complementary color
Monochromatic Colors of #02C9FB
Black with #02C9FB
Text Example
Text Example
White with #02C9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C9FB; }
p { color: rgb(2,201,251); }
H1.HeaderClassName
{
color: #02C9FB;
}
.AnyTagClassName
{
color: #02C9FB;
}
</style>
background-color css
<style>
a { background-color: #02C9FB; }
a { background-color: rgb(2,201,251); }
div.DivClassName
{
background-color: #02C9FB;
}
.BgClassName
{
background-color: #02C9FB;
}
</style>
border-color css
<style>
span { border-color: #02C9FB; }
span { border-color: rgb(2,201,251); }
td.TdClassName
{
border-color: #02C9FB;
}
.TagClassName
{
border-color: #02C9FB;
}
</style>