Shades of Deep Sky Blue #06D0EF
Tints of Deep Sky Blue #06D0EF
RGB
CMYK
RGB Variations
Color information
#06D0EF (or 0x06D0EF) is known color: Deep Sky Blue. HEX triplet: 06, D0 and EF. RGB value is (6,208,239). Sum of RGB (Red+Green+Blue) = 6+208+239=453 (60% of max value = 765). Red value is 6 (2.73% from 255 or 1.32% from 453); Green value is 208 (81.64% from 255 or 45.92% from 453); Blue value is 239 (93.75% from 255 or 52.76% from 453); Max value from RGB is 239 - color contains mainly: blue. Hex color #06D0EF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06D0EF is #F92F10. Grayscale: #969696. Windows color (decimal): -16330513 or 15716358. OLE color: 15716358.
HSL color Cylindrical-coordinate representation of color #06D0EF: hue angle of 187.98º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06D0EF is Cyan = 0.97, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 6 | 208 | 239 | - |
| CMYK | 0.97 | 0.13 | 0 | 0.06 |
| HSL | 187.98º | 0.95% | 0.48% | - |
| HSV(B) | 187.98º | 0.97% | 0.94% | - |
| XYZ | 38.21 | 51.38 | 89.57 | - |
| YUV | 151.14 | 177.58 | 24.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 208 | 239 | 0.97 | 0.13 | 0 | 0.06 | 187.98 | 0.95 | 0.48 |
| Hex | 6 | D0 | EF | 61 | D | 0 | 6 | BC | 5F | 30 |
| Octal | 6 | 320 | 357 | 141 | 15 | 0 | 6 | 274 | 137 | 60 |
| Binary | 110 | 11010000 | 11101111 | 1100001 | 1101 | 0 | 110 | 10111100 | 1011111 | 110000 |
Color Harmonies of #06D0EF
Complementary color
Monochromatic Colors of #06D0EF
Black with #06D0EF
Text Example
Text Example
White with #06D0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06D0EF; }
p { color: rgb(6,208,239); }
H1.HeaderClassName
{
color: #06D0EF;
}
.AnyTagClassName
{
color: #06D0EF;
}
</style>
background-color css
<style>
a { background-color: #06D0EF; }
a { background-color: rgb(6,208,239); }
div.DivClassName
{
background-color: #06D0EF;
}
.BgClassName
{
background-color: #06D0EF;
}
</style>
border-color css
<style>
span { border-color: #06D0EF; }
span { border-color: rgb(6,208,239); }
td.TdClassName
{
border-color: #06D0EF;
}
.TagClassName
{
border-color: #06D0EF;
}
</style>