Shades of Deep Sky Blue #02C9F5
Tints of Deep Sky Blue #02C9F5
RGB
CMYK
RGB Variations
Color information
#02C9F5 (or 0x02C9F5) is known color: Deep Sky Blue. HEX triplet: 02, C9 and F5. RGB value is (2,201,245). Sum of RGB (Red+Green+Blue) = 2+201+245=448 (59% of max value = 765). Red value is 2 (1.17% from 255 or 0.45% from 448); Green value is 201 (78.91% from 255 or 44.87% from 448); Blue value is 245 (96.09% from 255 or 54.69% from 448); Max value from RGB is 245 - color contains mainly: blue. Hex color #02C9F5 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02C9F5 is #FD360A. Grayscale: #929292. Windows color (decimal): -16594443 or 16107778. OLE color: 16107778.
HSL color Cylindrical-coordinate representation of color #02C9F5: hue angle of 190.86º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C9F5 is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 2 | 201 | 245 | - |
CMYK | 0.99 | 0.18 | 0 | 0.04 |
HSL | 190.86º | 0.98% | 0.48% | - |
HSV(B) | 190.86º | 0.99% | 0.96% | - |
XYZ | 37.39 | 48.38 | 93.75 | - |
YUV | 146.52 | 183.57 | 24.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 2 | 201 | 245 | 0.99 | 0.18 | 0 | 0.04 | 190.86 | 0.98 | 0.48 |
Hex | 2 | C9 | F5 | 63 | 12 | 0 | 4 | BF | 62 | 30 |
Octal | 2 | 311 | 365 | 143 | 22 | 0 | 4 | 277 | 142 | 60 |
Binary | 10 | 11001001 | 11110101 | 1100011 | 10010 | 0 | 100 | 10111111 | 1100010 | 110000 |
Color Harmonies of #02C9F5
Complementary color
Monochromatic Colors of #02C9F5
Black with #02C9F5
Text Example
Text Example
White with #02C9F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C9F5; }
p { color: rgb(2,201,245); }
H1.HeaderClassName
{
color: #02C9F5;
}
.AnyTagClassName
{
color: #02C9F5;
}
</style>
background-color css
<style>
a { background-color: #02C9F5; }
a { background-color: rgb(2,201,245); }
div.DivClassName
{
background-color: #02C9F5;
}
.BgClassName
{
background-color: #02C9F5;
}
</style>
border-color css
<style>
span { border-color: #02C9F5; }
span { border-color: rgb(2,201,245); }
td.TdClassName
{
border-color: #02C9F5;
}
.TagClassName
{
border-color: #02C9F5;
}
</style>