Shades of Deep Sky Blue #02C6EE
Tints of Deep Sky Blue #02C6EE
RGB
CMYK
RGB Variations
Color information
#02C6EE (or 0x02C6EE) is known color: Deep Sky Blue. HEX triplet: 02, C6 and EE. RGB value is (2,198,238). Sum of RGB (Red+Green+Blue) = 2+198+238=438 (58% of max value = 765). Red value is 2 (1.17% from 255 or 0.46% from 438); Green value is 198 (77.73% from 255 or 45.21% from 438); Blue value is 238 (93.36% from 255 or 54.34% from 438); Max value from RGB is 238 - color contains mainly: blue. Hex color #02C6EE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02C6EE is #FD3911. Grayscale: #8F8F8F. Windows color (decimal): -16595218 or 15648258. OLE color: 15648258.
HSL color Cylindrical-coordinate representation of color #02C6EE: hue angle of 190.17º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C6EE is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 198 | 238 | - |
| CMYK | 0.99 | 0.17 | 0 | 0.07 |
| HSL | 190.17º | 0.98% | 0.47% | - |
| HSV(B) | 190.17º | 0.99% | 0.93% | - |
| XYZ | 35.65 | 46.57 | 88 | - |
| YUV | 143.96 | 181.07 | 26.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 198 | 238 | 0.99 | 0.17 | 0 | 0.07 | 190.17 | 0.98 | 0.47 |
| Hex | 2 | C6 | EE | 63 | 11 | 0 | 7 | BE | 62 | 2F |
| Octal | 2 | 306 | 356 | 143 | 21 | 0 | 7 | 276 | 142 | 57 |
| Binary | 10 | 11000110 | 11101110 | 1100011 | 10001 | 0 | 111 | 10111110 | 1100010 | 101111 |
Color Harmonies of #02C6EE
Complementary color
Monochromatic Colors of #02C6EE
Black with #02C6EE
Text Example
Text Example
White with #02C6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C6EE; }
p { color: rgb(2,198,238); }
H1.HeaderClassName
{
color: #02C6EE;
}
.AnyTagClassName
{
color: #02C6EE;
}
</style>
background-color css
<style>
a { background-color: #02C6EE; }
a { background-color: rgb(2,198,238); }
div.DivClassName
{
background-color: #02C6EE;
}
.BgClassName
{
background-color: #02C6EE;
}
</style>
border-color css
<style>
span { border-color: #02C6EE; }
span { border-color: rgb(2,198,238); }
td.TdClassName
{
border-color: #02C6EE;
}
.TagClassName
{
border-color: #02C6EE;
}
</style>