Shades of Deep Sky Blue #02C6FD
Tints of Deep Sky Blue #02C6FD
RGB
CMYK
RGB Variations
Color information
#02C6FD (or 0x02C6FD) is known color: Deep Sky Blue. HEX triplet: 02, C6 and FD. RGB value is (2,198,253). Sum of RGB (Red+Green+Blue) = 2+198+253=453 (60% of max value = 765). Red value is 2 (1.17% from 255 or 0.44% from 453); Green value is 198 (77.73% from 255 or 43.71% from 453); Blue value is 253 (99.22% from 255 or 55.85% from 453); Max value from RGB is 253 - color contains mainly: blue. Hex color #02C6FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02C6FD is #FD3902. Grayscale: #919191. Windows color (decimal): -16595203 or 16631298. OLE color: 16631298.
HSL color Cylindrical-coordinate representation of color #02C6FD: hue angle of 193.15º 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 #02C6FD is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 2 | 198 | 253 | - |
| CMYK | 0.99 | 0.22 | 0 | 0.01 |
| HSL | 193.15º | 0.98% | 0.5% | - |
| HSV(B) | 193.15º | 0.99% | 0.99% | - |
| XYZ | 37.95 | 47.49 | 100.1 | - |
| YUV | 145.67 | 188.57 | 25.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 198 | 253 | 0.99 | 0.22 | 0 | 0.01 | 193.15 | 0.98 | 0.5 |
| Hex | 2 | C6 | FD | 63 | 16 | 0 | 1 | C1 | 62 | 32 |
| Octal | 2 | 306 | 375 | 143 | 26 | 0 | 1 | 301 | 142 | 62 |
| Binary | 10 | 11000110 | 11111101 | 1100011 | 10110 | 0 | 1 | 11000001 | 1100010 | 110010 |
Color Harmonies of #02C6FD
Complementary color
Monochromatic Colors of #02C6FD
Black with #02C6FD
Text Example
Text Example
White with #02C6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C6FD; }
p { color: rgb(2,198,253); }
H1.HeaderClassName
{
color: #02C6FD;
}
.AnyTagClassName
{
color: #02C6FD;
}
</style>
background-color css
<style>
a { background-color: #02C6FD; }
a { background-color: rgb(2,198,253); }
div.DivClassName
{
background-color: #02C6FD;
}
.BgClassName
{
background-color: #02C6FD;
}
</style>
border-color css
<style>
span { border-color: #02C6FD; }
span { border-color: rgb(2,198,253); }
td.TdClassName
{
border-color: #02C6FD;
}
.TagClassName
{
border-color: #02C6FD;
}
</style>