Shades of Deep Sky Blue #06D3EE
Tints of Deep Sky Blue #06D3EE
RGB
CMYK
RGB Variations
Color information
#06D3EE (or 0x06D3EE) is known color: Deep Sky Blue. HEX triplet: 06, D3 and EE. RGB value is (6,211,238). Sum of RGB (Red+Green+Blue) = 6+211+238=455 (60% of max value = 765). Red value is 6 (2.73% from 255 or 1.32% from 455); Green value is 211 (82.81% from 255 or 46.37% from 455); Blue value is 238 (93.36% from 255 or 52.31% from 455); Max value from RGB is 238 - color contains mainly: blue. Hex color #06D3EE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06D3EE is #F92C11. Grayscale: #989898. Windows color (decimal): -16329746 or 15651590. OLE color: 15651590.
HSL color Cylindrical-coordinate representation of color #06D3EE: hue angle of 186.98º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06D3EE is Cyan = 0.97, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 6 | 211 | 238 | - |
| CMYK | 0.97 | 0.11 | 0 | 0.07 |
| HSL | 186.98º | 0.95% | 0.48% | - |
| HSV(B) | 186.98º | 0.97% | 0.93% | - |
| XYZ | 38.8 | 52.8 | 89.04 | - |
| YUV | 152.78 | 176.08 | 23.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 211 | 238 | 0.97 | 0.11 | 0 | 0.07 | 186.98 | 0.95 | 0.48 |
| Hex | 6 | D3 | EE | 61 | B | 0 | 7 | BB | 5F | 30 |
| Octal | 6 | 323 | 356 | 141 | 13 | 0 | 7 | 273 | 137 | 60 |
| Binary | 110 | 11010011 | 11101110 | 1100001 | 1011 | 0 | 111 | 10111011 | 1011111 | 110000 |
Color Harmonies of #06D3EE
Complementary color
Monochromatic Colors of #06D3EE
Black with #06D3EE
Text Example
Text Example
White with #06D3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06D3EE; }
p { color: rgb(6,211,238); }
H1.HeaderClassName
{
color: #06D3EE;
}
.AnyTagClassName
{
color: #06D3EE;
}
</style>
background-color css
<style>
a { background-color: #06D3EE; }
a { background-color: rgb(6,211,238); }
div.DivClassName
{
background-color: #06D3EE;
}
.BgClassName
{
background-color: #06D3EE;
}
</style>
border-color css
<style>
span { border-color: #06D3EE; }
span { border-color: rgb(6,211,238); }
td.TdClassName
{
border-color: #06D3EE;
}
.TagClassName
{
border-color: #06D3EE;
}
</style>