Shades of Deep Sky Blue #02C5FD
Tints of Deep Sky Blue #02C5FD
RGB
CMYK
RGB Variations
Color information
#02C5FD (or 0x02C5FD) is known color: Deep Sky Blue. HEX triplet: 02, C5 and FD. RGB value is (2,197,253). Sum of RGB (Red+Green+Blue) = 2+197+253=452 (59% of max value = 765). Red value is 2 (1.17% from 255 or 0.44% from 452); Green value is 197 (77.34% from 255 or 43.58% from 452); Blue value is 253 (99.22% from 255 or 55.97% from 452); Max value from RGB is 253 - color contains mainly: blue. Hex color #02C5FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02C5FD is #FD3A02. Grayscale: #909090. Windows color (decimal): -16595459 or 16631042. OLE color: 16631042.
HSL color Cylindrical-coordinate representation of color #02C5FD: hue angle of 193.39º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C5FD is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 2 | 197 | 253 | - |
| CMYK | 0.99 | 0.22 | 0 | 0.01 |
| HSL | 193.39º | 0.98% | 0.5% | - |
| HSV(B) | 193.39º | 0.99% | 0.99% | - |
| XYZ | 37.72 | 47.04 | 100.02 | - |
| YUV | 145.08 | 188.9 | 25.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 197 | 253 | 0.99 | 0.22 | 0 | 0.01 | 193.39 | 0.98 | 0.5 |
| Hex | 2 | C5 | FD | 63 | 16 | 0 | 1 | C1 | 62 | 32 |
| Octal | 2 | 305 | 375 | 143 | 26 | 0 | 1 | 301 | 142 | 62 |
| Binary | 10 | 11000101 | 11111101 | 1100011 | 10110 | 0 | 1 | 11000001 | 1100010 | 110010 |
Color Harmonies of #02C5FD
Complementary color
Monochromatic Colors of #02C5FD
Black with #02C5FD
Text Example
Text Example
White with #02C5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C5FD; }
p { color: rgb(2,197,253); }
H1.HeaderClassName
{
color: #02C5FD;
}
.AnyTagClassName
{
color: #02C5FD;
}
</style>
background-color css
<style>
a { background-color: #02C5FD; }
a { background-color: rgb(2,197,253); }
div.DivClassName
{
background-color: #02C5FD;
}
.BgClassName
{
background-color: #02C5FD;
}
</style>
border-color css
<style>
span { border-color: #02C5FD; }
span { border-color: rgb(2,197,253); }
td.TdClassName
{
border-color: #02C5FD;
}
.TagClassName
{
border-color: #02C5FD;
}
</style>