Shades of Deep Sky Blue #02C8FF
Tints of Deep Sky Blue #02C8FF
RGB
CMYK
RGB Variations
Color information
#02C8FF (or 0x02C8FF) is known color: Deep Sky Blue. HEX triplet: 02, C8 and FF. RGB value is (2,200,255). Sum of RGB (Red+Green+Blue) = 2+200+255=457 (60% of max value = 765). Red value is 2 (1.17% from 255 or 0.44% from 457); Green value is 200 (78.52% from 255 or 43.76% from 457); Blue value is 255 (100% from 255 or 55.80% from 457); Max value from RGB is 255 - color contains mainly: blue. Hex color #02C8FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02C8FF is #FD3700. Grayscale: #929292. Windows color (decimal): -16594689 or 16762882. OLE color: 16762882.
HSL color Cylindrical-coordinate representation of color #02C8FF: hue angle of 193.04º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C8FF is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 200 | 255 | - |
| CMYK | 0.99 | 0.22 | 0 | 0 |
| HSL | 193.04º | 1% | 0.5% | - |
| HSV(B) | 193.04º | 0.99% | 1% | - |
| XYZ | 38.73 | 48.54 | 101.94 | - |
| YUV | 147.07 | 188.9 | 24.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 200 | 255 | 0.99 | 0.22 | 0 | 0 | 193.04 | 1 | 0.5 |
| Hex | 2 | C8 | FF | 63 | 16 | 0 | 0 | C1 | 64 | 32 |
| Octal | 2 | 310 | 377 | 143 | 26 | 0 | 0 | 301 | 144 | 62 |
| Binary | 10 | 11001000 | 11111111 | 1100011 | 10110 | 0 | 0 | 11000001 | 1100100 | 110010 |
Color Harmonies of #02C8FF
Complementary color
Monochromatic Colors of #02C8FF
Black with #02C8FF
Text Example
Text Example
White with #02C8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C8FF; }
p { color: rgb(2,200,255); }
H1.HeaderClassName
{
color: #02C8FF;
}
.AnyTagClassName
{
color: #02C8FF;
}
</style>
background-color css
<style>
a { background-color: #02C8FF; }
a { background-color: rgb(2,200,255); }
div.DivClassName
{
background-color: #02C8FF;
}
.BgClassName
{
background-color: #02C8FF;
}
</style>
border-color css
<style>
span { border-color: #02C8FF; }
span { border-color: rgb(2,200,255); }
td.TdClassName
{
border-color: #02C8FF;
}
.TagClassName
{
border-color: #02C8FF;
}
</style>