Shades of Deep Sky Blue #02C7F0
Tints of Deep Sky Blue #02C7F0
RGB
CMYK
RGB Variations
Color information
#02C7F0 (or 0x02C7F0) is known color: Deep Sky Blue. HEX triplet: 02, C7 and F0. RGB value is (2,199,240). Sum of RGB (Red+Green+Blue) = 2+199+240=441 (58% of max value = 765). Red value is 2 (1.17% from 255 or 0.45% from 441); Green value is 199 (78.12% from 255 or 45.12% from 441); Blue value is 240 (94.14% from 255 or 54.42% from 441); Max value from RGB is 240 - color contains mainly: blue. Hex color #02C7F0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02C7F0 is #FD380F. Grayscale: #909090. Windows color (decimal): -16594960 or 15779586. OLE color: 15779586.
HSL color Cylindrical-coordinate representation of color #02C7F0: hue angle of 190.34º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C7F0 is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 2 | 199 | 240 | - |
| CMYK | 0.99 | 0.17 | 0 | 0.06 |
| HSL | 190.34º | 0.98% | 0.47% | - |
| HSV(B) | 190.34º | 0.99% | 0.94% | - |
| XYZ | 36.18 | 47.15 | 89.63 | - |
| YUV | 144.77 | 181.73 | 26.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 199 | 240 | 0.99 | 0.17 | 0 | 0.06 | 190.34 | 0.98 | 0.47 |
| Hex | 2 | C7 | F0 | 63 | 11 | 0 | 6 | BE | 62 | 2F |
| Octal | 2 | 307 | 360 | 143 | 21 | 0 | 6 | 276 | 142 | 57 |
| Binary | 10 | 11000111 | 11110000 | 1100011 | 10001 | 0 | 110 | 10111110 | 1100010 | 101111 |
Color Harmonies of #02C7F0
Complementary color
Monochromatic Colors of #02C7F0
Black with #02C7F0
Text Example
Text Example
White with #02C7F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C7F0; }
p { color: rgb(2,199,240); }
H1.HeaderClassName
{
color: #02C7F0;
}
.AnyTagClassName
{
color: #02C7F0;
}
</style>
background-color css
<style>
a { background-color: #02C7F0; }
a { background-color: rgb(2,199,240); }
div.DivClassName
{
background-color: #02C7F0;
}
.BgClassName
{
background-color: #02C7F0;
}
</style>
border-color css
<style>
span { border-color: #02C7F0; }
span { border-color: rgb(2,199,240); }
td.TdClassName
{
border-color: #02C7F0;
}
.TagClassName
{
border-color: #02C7F0;
}
</style>