Shades of Deep Sky Blue #02CAFE
Tints of Deep Sky Blue #02CAFE
RGB
CMYK
RGB Variations
Color information
#02CAFE (or 0x02CAFE) is known color: Deep Sky Blue. HEX triplet: 02, CA and FE. RGB value is (2,202,254). Sum of RGB (Red+Green+Blue) = 2+202+254=458 (60% of max value = 765). Red value is 2 (1.17% from 255 or 0.44% from 458); Green value is 202 (79.30% from 255 or 44.10% from 458); Blue value is 254 (99.61% from 255 or 55.46% from 458); Max value from RGB is 254 - color contains mainly: blue. Hex color #02CAFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02CAFE is #FD3501. Grayscale: #939393. Windows color (decimal): -16594178 or 16697858. OLE color: 16697858.
HSL color Cylindrical-coordinate representation of color #02CAFE: hue angle of 192.38º 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 #02CAFE is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 2 | 202 | 254 | - |
| CMYK | 0.99 | 0.20 | 0 | 0.00 |
| HSL | 192.38º | 0.99% | 0.5% | - |
| HSV(B) | 192.38º | 0.99% | 1% | - |
| XYZ | 39.03 | 49.41 | 101.25 | - |
| YUV | 148.13 | 187.74 | 23.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 202 | 254 | 0.99 | 0.20 | 0 | 0.00 | 192.38 | 0.99 | 0.5 |
| Hex | 2 | CA | FE | 63 | 14 | 0 | 0 | C0 | 63 | 32 |
| Octal | 2 | 312 | 376 | 143 | 24 | 0 | 0 | 300 | 143 | 62 |
| Binary | 10 | 11001010 | 11111110 | 1100011 | 10100 | 0 | 0 | 11000000 | 1100011 | 110010 |
Color Harmonies of #02CAFE
Complementary color
Monochromatic Colors of #02CAFE
Black with #02CAFE
Text Example
Text Example
White with #02CAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CAFE; }
p { color: rgb(2,202,254); }
H1.HeaderClassName
{
color: #02CAFE;
}
.AnyTagClassName
{
color: #02CAFE;
}
</style>
background-color css
<style>
a { background-color: #02CAFE; }
a { background-color: rgb(2,202,254); }
div.DivClassName
{
background-color: #02CAFE;
}
.BgClassName
{
background-color: #02CAFE;
}
</style>
border-color css
<style>
span { border-color: #02CAFE; }
span { border-color: rgb(2,202,254); }
td.TdClassName
{
border-color: #02CAFE;
}
.TagClassName
{
border-color: #02CAFE;
}
</style>