Shades of Deep Sky Blue #02C0FD
Tints of Deep Sky Blue #02C0FD
RGB
CMYK
RGB Variations
Color information
#02C0FD (or 0x02C0FD) is known color: Deep Sky Blue. HEX triplet: 02, C0 and FD. RGB value is (2,192,253). Sum of RGB (Red+Green+Blue) = 2+192+253=447 (59% of max value = 765). Red value is 2 (1.17% from 255 or 0.45% from 447); Green value is 192 (75.39% from 255 or 42.95% from 447); Blue value is 253 (99.22% from 255 or 56.60% from 447); Max value from RGB is 253 - color contains mainly: blue. Hex color #02C0FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02C0FD is #FD3F02. Grayscale: #8D8D8D. Windows color (decimal): -16596739 or 16629762. OLE color: 16629762.
HSL color Cylindrical-coordinate representation of color #02C0FD: hue angle of 194.58º 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 #02C0FD is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 2 | 192 | 253 | - |
| CMYK | 0.99 | 0.24 | 0 | 0.01 |
| HSL | 194.58º | 0.98% | 0.5% | - |
| HSV(B) | 194.58º | 0.99% | 0.99% | - |
| XYZ | 36.6 | 44.8 | 99.65 | - |
| YUV | 142.14 | 190.55 | 28.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 192 | 253 | 0.99 | 0.24 | 0 | 0.01 | 194.58 | 0.98 | 0.5 |
| Hex | 2 | C0 | FD | 63 | 18 | 0 | 1 | C3 | 62 | 32 |
| Octal | 2 | 300 | 375 | 143 | 30 | 0 | 1 | 303 | 142 | 62 |
| Binary | 10 | 11000000 | 11111101 | 1100011 | 11000 | 0 | 1 | 11000011 | 1100010 | 110010 |
Color Harmonies of #02C0FD
Complementary color
Monochromatic Colors of #02C0FD
Black with #02C0FD
Text Example
Text Example
White with #02C0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C0FD; }
p { color: rgb(2,192,253); }
H1.HeaderClassName
{
color: #02C0FD;
}
.AnyTagClassName
{
color: #02C0FD;
}
</style>
background-color css
<style>
a { background-color: #02C0FD; }
a { background-color: rgb(2,192,253); }
div.DivClassName
{
background-color: #02C0FD;
}
.BgClassName
{
background-color: #02C0FD;
}
</style>
border-color css
<style>
span { border-color: #02C0FD; }
span { border-color: rgb(2,192,253); }
td.TdClassName
{
border-color: #02C0FD;
}
.TagClassName
{
border-color: #02C0FD;
}
</style>