Shades of Deep Sky Blue #02C7FB
Tints of Deep Sky Blue #02C7FB
RGB
CMYK
RGB Variations
Color information
#02C7FB (or 0x02C7FB) is known color: Deep Sky Blue. HEX triplet: 02, C7 and FB. RGB value is (2,199,251). Sum of RGB (Red+Green+Blue) = 2+199+251=452 (59% of max value = 765). Red value is 2 (1.17% from 255 or 0.44% from 452); Green value is 199 (78.12% from 255 or 44.03% from 452); Blue value is 251 (98.44% from 255 or 55.53% from 452); Max value from RGB is 251 - color contains mainly: blue. Hex color #02C7FB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02C7FB is #FD3804. Grayscale: #919191. Windows color (decimal): -16594949 or 16500482. OLE color: 16500482.
HSL color Cylindrical-coordinate representation of color #02C7FB: hue angle of 192.53º 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 #02C7FB is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 199 | 251 | - |
| CMYK | 0.99 | 0.21 | 0 | 0.02 |
| HSL | 192.53º | 0.98% | 0.5% | - |
| HSV(B) | 192.53º | 0.99% | 0.98% | - |
| XYZ | 37.86 | 47.82 | 98.5 | - |
| YUV | 146.03 | 187.23 | 25.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 199 | 251 | 0.99 | 0.21 | 0 | 0.02 | 192.53 | 0.98 | 0.5 |
| Hex | 2 | C7 | FB | 63 | 15 | 0 | 2 | C1 | 62 | 32 |
| Octal | 2 | 307 | 373 | 143 | 25 | 0 | 2 | 301 | 142 | 62 |
| Binary | 10 | 11000111 | 11111011 | 1100011 | 10101 | 0 | 10 | 11000001 | 1100010 | 110010 |
Color Harmonies of #02C7FB
Complementary color
Monochromatic Colors of #02C7FB
Black with #02C7FB
Text Example
Text Example
White with #02C7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C7FB; }
p { color: rgb(2,199,251); }
H1.HeaderClassName
{
color: #02C7FB;
}
.AnyTagClassName
{
color: #02C7FB;
}
</style>
background-color css
<style>
a { background-color: #02C7FB; }
a { background-color: rgb(2,199,251); }
div.DivClassName
{
background-color: #02C7FB;
}
.BgClassName
{
background-color: #02C7FB;
}
</style>
border-color css
<style>
span { border-color: #02C7FB; }
span { border-color: rgb(2,199,251); }
td.TdClassName
{
border-color: #02C7FB;
}
.TagClassName
{
border-color: #02C7FB;
}
</style>