Shades of Deep Sky Blue #02C7F9
Tints of Deep Sky Blue #02C7F9
RGB
CMYK
RGB Variations
Color information
#02C7F9 (or 0x02C7F9) is known color: Deep Sky Blue. HEX triplet: 02, C7 and F9. RGB value is (2,199,249). Sum of RGB (Red+Green+Blue) = 2+199+249=450 (59% of max value = 765). Red value is 2 (1.17% from 255 or 0.44% from 450); Green value is 199 (78.12% from 255 or 44.22% from 450); Blue value is 249 (97.66% from 255 or 55.33% from 450); Max value from RGB is 249 - color contains mainly: blue. Hex color #02C7F9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02C7F9 is #FD3806. Grayscale: #919191. Windows color (decimal): -16594951 or 16369410. OLE color: 16369410.
HSL color Cylindrical-coordinate representation of color #02C7F9: hue angle of 192.15º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C7F9 is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 199 | 249 | - |
| CMYK | 0.99 | 0.20 | 0 | 0.02 |
| HSL | 192.15º | 0.98% | 0.49% | - |
| HSV(B) | 192.15º | 0.99% | 0.98% | - |
| XYZ | 37.55 | 47.7 | 96.85 | - |
| YUV | 145.8 | 186.23 | 25.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 199 | 249 | 0.99 | 0.20 | 0 | 0.02 | 192.15 | 0.98 | 0.49 |
| Hex | 2 | C7 | F9 | 63 | 14 | 0 | 2 | C0 | 62 | 31 |
| Octal | 2 | 307 | 371 | 143 | 24 | 0 | 2 | 300 | 142 | 61 |
| Binary | 10 | 11000111 | 11111001 | 1100011 | 10100 | 0 | 10 | 11000000 | 1100010 | 110001 |
Color Harmonies of #02C7F9
Complementary color
Monochromatic Colors of #02C7F9
Black with #02C7F9
Text Example
Text Example
White with #02C7F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C7F9; }
p { color: rgb(2,199,249); }
H1.HeaderClassName
{
color: #02C7F9;
}
.AnyTagClassName
{
color: #02C7F9;
}
</style>
background-color css
<style>
a { background-color: #02C7F9; }
a { background-color: rgb(2,199,249); }
div.DivClassName
{
background-color: #02C7F9;
}
.BgClassName
{
background-color: #02C7F9;
}
</style>
border-color css
<style>
span { border-color: #02C7F9; }
span { border-color: rgb(2,199,249); }
td.TdClassName
{
border-color: #02C7F9;
}
.TagClassName
{
border-color: #02C7F9;
}
</style>