Shades of Deep Sky Blue #06C7EC
Tints of Deep Sky Blue #06C7EC
RGB
CMYK
RGB Variations
Color information
#06C7EC (or 0x06C7EC) is known color: Deep Sky Blue. HEX triplet: 06, C7 and EC. RGB value is (6,199,236). Sum of RGB (Red+Green+Blue) = 6+199+236=441 (58% of max value = 765). Red value is 6 (2.73% from 255 or 1.36% from 441); Green value is 199 (78.12% from 255 or 45.12% from 441); Blue value is 236 (92.58% from 255 or 53.51% from 441); Max value from RGB is 236 - color contains mainly: blue. Hex color #06C7EC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06C7EC is #F93813. Grayscale: #919191. Windows color (decimal): -16332820 or 15517446. OLE color: 15517446.
HSL color Cylindrical-coordinate representation of color #06C7EC: hue angle of 189.65º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06C7EC is Cyan = 0.97, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 6 | 199 | 236 | - |
| CMYK | 0.97 | 0.16 | 0 | 0.07 |
| HSL | 189.65º | 0.95% | 0.47% | - |
| HSV(B) | 189.65º | 0.97% | 0.93% | - |
| XYZ | 35.64 | 46.94 | 86.54 | - |
| YUV | 145.51 | 179.06 | 28.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 199 | 236 | 0.97 | 0.16 | 0 | 0.07 | 189.65 | 0.95 | 0.47 |
| Hex | 6 | C7 | EC | 61 | 10 | 0 | 7 | BE | 5F | 2F |
| Octal | 6 | 307 | 354 | 141 | 20 | 0 | 7 | 276 | 137 | 57 |
| Binary | 110 | 11000111 | 11101100 | 1100001 | 10000 | 0 | 111 | 10111110 | 1011111 | 101111 |
Color Harmonies of #06C7EC
Complementary color
Monochromatic Colors of #06C7EC
Black with #06C7EC
Text Example
Text Example
White with #06C7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C7EC; }
p { color: rgb(6,199,236); }
H1.HeaderClassName
{
color: #06C7EC;
}
.AnyTagClassName
{
color: #06C7EC;
}
</style>
background-color css
<style>
a { background-color: #06C7EC; }
a { background-color: rgb(6,199,236); }
div.DivClassName
{
background-color: #06C7EC;
}
.BgClassName
{
background-color: #06C7EC;
}
</style>
border-color css
<style>
span { border-color: #06C7EC; }
span { border-color: rgb(6,199,236); }
td.TdClassName
{
border-color: #06C7EC;
}
.TagClassName
{
border-color: #06C7EC;
}
</style>