Shades of Deep Sky Blue #02D3EE
Tints of Deep Sky Blue #02D3EE
RGB
CMYK
RGB Variations
Color information
#02D3EE (or 0x02D3EE) is known color: Deep Sky Blue. HEX triplet: 02, D3 and EE. RGB value is (2,211,238). Sum of RGB (Red+Green+Blue) = 2+211+238=451 (59% of max value = 765). Red value is 2 (1.17% from 255 or 0.44% from 451); Green value is 211 (82.81% from 255 or 46.78% from 451); Blue value is 238 (93.36% from 255 or 52.77% from 451); Max value from RGB is 238 - color contains mainly: blue. Hex color #02D3EE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02D3EE is #FD2C11. Grayscale: #979797. Windows color (decimal): -16591890 or 15651586. OLE color: 15651586.
HSL color Cylindrical-coordinate representation of color #02D3EE: hue angle of 186.86º 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 #02D3EE is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 211 | 238 | - |
| CMYK | 0.99 | 0.11 | 0 | 0.07 |
| HSL | 186.86º | 0.98% | 0.47% | - |
| HSV(B) | 186.86º | 0.99% | 0.93% | - |
| XYZ | 38.75 | 52.77 | 89.03 | - |
| YUV | 151.59 | 176.76 | 21.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 211 | 238 | 0.99 | 0.11 | 0 | 0.07 | 186.86 | 0.98 | 0.47 |
| Hex | 2 | D3 | EE | 63 | B | 0 | 7 | BB | 62 | 2F |
| Octal | 2 | 323 | 356 | 143 | 13 | 0 | 7 | 273 | 142 | 57 |
| Binary | 10 | 11010011 | 11101110 | 1100011 | 1011 | 0 | 111 | 10111011 | 1100010 | 101111 |
Color Harmonies of #02D3EE
Complementary color
Monochromatic Colors of #02D3EE
Black with #02D3EE
Text Example
Text Example
White with #02D3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D3EE; }
p { color: rgb(2,211,238); }
H1.HeaderClassName
{
color: #02D3EE;
}
.AnyTagClassName
{
color: #02D3EE;
}
</style>
background-color css
<style>
a { background-color: #02D3EE; }
a { background-color: rgb(2,211,238); }
div.DivClassName
{
background-color: #02D3EE;
}
.BgClassName
{
background-color: #02D3EE;
}
</style>
border-color css
<style>
span { border-color: #02D3EE; }
span { border-color: rgb(2,211,238); }
td.TdClassName
{
border-color: #02D3EE;
}
.TagClassName
{
border-color: #02D3EE;
}
</style>