Shades of Deep Sky Blue #06A7EC
Tints of Deep Sky Blue #06A7EC
RGB
CMYK
RGB Variations
Color information
#06A7EC (or 0x06A7EC) is known color: Deep Sky Blue. HEX triplet: 06, A7 and EC. RGB value is (6,167,236). Sum of RGB (Red+Green+Blue) = 6+167+236=409 (54% of max value = 765). Red value is 6 (2.73% from 255 or 1.47% from 409); Green value is 167 (65.62% from 255 or 40.83% from 409); Blue value is 236 (92.58% from 255 or 57.70% from 409); Max value from RGB is 236 - color contains mainly: blue. Hex color #06A7EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #06A7EC is #F95813. Grayscale: #7E7E7E. Windows color (decimal): -16341012 or 15509254. OLE color: 15509254.
HSL color Cylindrical-coordinate representation of color #06A7EC: hue angle of 198º 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 #06A7EC is Cyan = 0.97, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 6 | 167 | 236 | - |
| CMYK | 0.97 | 0.29 | 0 | 0.07 |
| HSL | 198º | 0.95% | 0.47% | - |
| HSV(B) | 198º | 0.97% | 0.93% | - |
| XYZ | 29.03 | 33.73 | 84.34 | - |
| YUV | 126.73 | 189.66 | 41.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 167 | 236 | 0.97 | 0.29 | 0 | 0.07 | 198 | 0.95 | 0.47 |
| Hex | 6 | A7 | EC | 61 | 1D | 0 | 7 | C6 | 5F | 2F |
| Octal | 6 | 247 | 354 | 141 | 35 | 0 | 7 | 306 | 137 | 57 |
| Binary | 110 | 10100111 | 11101100 | 1100001 | 11101 | 0 | 111 | 11000110 | 1011111 | 101111 |
Color Harmonies of #06A7EC
Complementary color
Monochromatic Colors of #06A7EC
Black with #06A7EC
Text Example
Text Example
White with #06A7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06A7EC; }
p { color: rgb(6,167,236); }
H1.HeaderClassName
{
color: #06A7EC;
}
.AnyTagClassName
{
color: #06A7EC;
}
</style>
background-color css
<style>
a { background-color: #06A7EC; }
a { background-color: rgb(6,167,236); }
div.DivClassName
{
background-color: #06A7EC;
}
.BgClassName
{
background-color: #06A7EC;
}
</style>
border-color css
<style>
span { border-color: #06A7EC; }
span { border-color: rgb(6,167,236); }
td.TdClassName
{
border-color: #06A7EC;
}
.TagClassName
{
border-color: #06A7EC;
}
</style>