Shades of Deep Sky Blue #02C5FE
Tints of Deep Sky Blue #02C5FE
RGB
CMYK
RGB Variations
Color information
#02C5FE (or 0x02C5FE) is known color: Deep Sky Blue. HEX triplet: 02, C5 and FE. RGB value is (2,197,254). Sum of RGB (Red+Green+Blue) = 2+197+254=453 (60% of max value = 765). Red value is 2 (1.17% from 255 or 0.44% from 453); Green value is 197 (77.34% from 255 or 43.49% from 453); Blue value is 254 (99.61% from 255 or 56.07% from 453); Max value from RGB is 254 - color contains mainly: blue. Hex color #02C5FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02C5FE is #FD3A01. Grayscale: #909090. Windows color (decimal): -16595458 or 16696578. OLE color: 16696578.
HSL color Cylindrical-coordinate representation of color #02C5FE: hue angle of 193.57º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C5FE is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 2 | 197 | 254 | - |
| CMYK | 0.99 | 0.22 | 0 | 0.00 |
| HSL | 193.57º | 0.99% | 0.5% | - |
| HSV(B) | 193.57º | 0.99% | 1% | - |
| XYZ | 37.88 | 47.1 | 100.86 | - |
| YUV | 145.19 | 189.4 | 25.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 197 | 254 | 0.99 | 0.22 | 0 | 0.00 | 193.57 | 0.99 | 0.5 |
| Hex | 2 | C5 | FE | 63 | 16 | 0 | 0 | C2 | 63 | 32 |
| Octal | 2 | 305 | 376 | 143 | 26 | 0 | 0 | 302 | 143 | 62 |
| Binary | 10 | 11000101 | 11111110 | 1100011 | 10110 | 0 | 0 | 11000010 | 1100011 | 110010 |
Color Harmonies of #02C5FE
Complementary color
Monochromatic Colors of #02C5FE
Black with #02C5FE
Text Example
Text Example
White with #02C5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C5FE; }
p { color: rgb(2,197,254); }
H1.HeaderClassName
{
color: #02C5FE;
}
.AnyTagClassName
{
color: #02C5FE;
}
</style>
background-color css
<style>
a { background-color: #02C5FE; }
a { background-color: rgb(2,197,254); }
div.DivClassName
{
background-color: #02C5FE;
}
.BgClassName
{
background-color: #02C5FE;
}
</style>
border-color css
<style>
span { border-color: #02C5FE; }
span { border-color: rgb(2,197,254); }
td.TdClassName
{
border-color: #02C5FE;
}
.TagClassName
{
border-color: #02C5FE;
}
</style>