Shades of Deep Sky Blue #00A7EC
Tints of Deep Sky Blue #00A7EC
RGB
CMYK
RGB Variations
Color information
#00A7EC (or 0x00A7EC) is known color: Deep Sky Blue. HEX triplet: 00, A7 and EC. RGB value is (0,167,236). Sum of RGB (Red+Green+Blue) = 0+167+236=403 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 403); Green value is 167 (65.62% from 255 or 41.44% from 403); Blue value is 236 (92.58% from 255 or 58.56% from 403); Max value from RGB is 236 - color contains mainly: blue. Hex color #00A7EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #00A7EC is #FF5813. Grayscale: #7C7C7C. Windows color (decimal): -16734228 or 15509248. OLE color: 15509248.
HSL color Cylindrical-coordinate representation of color #00A7EC: hue angle of 197.54º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A7EC is Cyan = 1, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 167 | 236 | - |
| CMYK | 1 | 0.29 | 0 | 0.07 |
| HSL | 197.54º | 1% | 0.46% | - |
| HSV(B) | 197.54º | 1% | 0.93% | - |
| XYZ | 28.96 | 33.69 | 84.33 | - |
| YUV | 124.93 | 190.67 | 38.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 167 | 236 | 1 | 0.29 | 0 | 0.07 | 197.54 | 1 | 0.46 |
| Hex | 0 | A7 | EC | 64 | 1D | 0 | 7 | C6 | 64 | 2E |
| Octal | 0 | 247 | 354 | 144 | 35 | 0 | 7 | 306 | 144 | 56 |
| Binary | 0 | 10100111 | 11101100 | 1100100 | 11101 | 0 | 111 | 11000110 | 1100100 | 101110 |
Color Harmonies of #00A7EC
Complementary color
Monochromatic Colors of #00A7EC
Black with #00A7EC
Text Example
Text Example
White with #00A7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A7EC; }
p { color: rgb(0,167,236); }
H1.HeaderClassName
{
color: #00A7EC;
}
.AnyTagClassName
{
color: #00A7EC;
}
</style>
background-color css
<style>
a { background-color: #00A7EC; }
a { background-color: rgb(0,167,236); }
div.DivClassName
{
background-color: #00A7EC;
}
.BgClassName
{
background-color: #00A7EC;
}
</style>
border-color css
<style>
span { border-color: #00A7EC; }
span { border-color: rgb(0,167,236); }
td.TdClassName
{
border-color: #00A7EC;
}
.TagClassName
{
border-color: #00A7EC;
}
</style>