Shades of Deep Sky Blue #06D0EE
Tints of Deep Sky Blue #06D0EE
RGB
CMYK
RGB Variations
Color information
#06D0EE (or 0x06D0EE) is known color: Deep Sky Blue. HEX triplet: 06, D0 and EE. RGB value is (6,208,238). Sum of RGB (Red+Green+Blue) = 6+208+238=452 (59% of max value = 765). Red value is 6 (2.73% from 255 or 1.33% from 452); Green value is 208 (81.64% from 255 or 46.02% from 452); Blue value is 238 (93.36% from 255 or 52.65% from 452); Max value from RGB is 238 - color contains mainly: blue. Hex color #06D0EE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06D0EE is #F92F11. Grayscale: #969696. Windows color (decimal): -16330514 or 15650822. OLE color: 15650822.
HSL color Cylindrical-coordinate representation of color #06D0EE: hue angle of 187.76º 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 #06D0EE is Cyan = 0.97, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 6 | 208 | 238 | - |
| CMYK | 0.97 | 0.13 | 0 | 0.07 |
| HSL | 187.76º | 0.95% | 0.48% | - |
| HSV(B) | 187.76º | 0.97% | 0.93% | - |
| XYZ | 38.06 | 51.32 | 88.79 | - |
| YUV | 151.02 | 177.08 | 24.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 208 | 238 | 0.97 | 0.13 | 0 | 0.07 | 187.76 | 0.95 | 0.48 |
| Hex | 6 | D0 | EE | 61 | D | 0 | 7 | BC | 5F | 30 |
| Octal | 6 | 320 | 356 | 141 | 15 | 0 | 7 | 274 | 137 | 60 |
| Binary | 110 | 11010000 | 11101110 | 1100001 | 1101 | 0 | 111 | 10111100 | 1011111 | 110000 |
Color Harmonies of #06D0EE
Complementary color
Monochromatic Colors of #06D0EE
Black with #06D0EE
Text Example
Text Example
White with #06D0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06D0EE; }
p { color: rgb(6,208,238); }
H1.HeaderClassName
{
color: #06D0EE;
}
.AnyTagClassName
{
color: #06D0EE;
}
</style>
background-color css
<style>
a { background-color: #06D0EE; }
a { background-color: rgb(6,208,238); }
div.DivClassName
{
background-color: #06D0EE;
}
.BgClassName
{
background-color: #06D0EE;
}
</style>
border-color css
<style>
span { border-color: #06D0EE; }
span { border-color: rgb(6,208,238); }
td.TdClassName
{
border-color: #06D0EE;
}
.TagClassName
{
border-color: #06D0EE;
}
</style>