Shades of Deep Sky Blue #00A6EB
Tints of Deep Sky Blue #00A6EB
RGB
CMYK
RGB Variations
Color information
#00A6EB (or 0x00A6EB) is known color: Deep Sky Blue. HEX triplet: 00, A6 and EB. RGB value is (0,166,235). Sum of RGB (Red+Green+Blue) = 0+166+235=401 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 401); Green value is 166 (65.23% from 255 or 41.40% from 401); Blue value is 235 (92.19% from 255 or 58.60% from 401); Max value from RGB is 235 - color contains mainly: blue. Hex color #00A6EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #00A6EB is #FF5914. Grayscale: #7B7B7B. Windows color (decimal): -16734485 or 15443456. OLE color: 15443456.
HSL color Cylindrical-coordinate representation of color #00A6EB: hue angle of 197.62º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A6EB is Cyan = 1, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 166 | 235 | - |
| CMYK | 1 | 0.29 | 0 | 0.08 |
| HSL | 197.62º | 1% | 0.46% | - |
| HSV(B) | 197.62º | 1% | 0.92% | - |
| XYZ | 28.63 | 33.27 | 83.51 | - |
| YUV | 124.23 | 190.5 | 39.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 166 | 235 | 1 | 0.29 | 0 | 0.08 | 197.62 | 1 | 0.46 |
| Hex | 0 | A6 | EB | 64 | 1D | 0 | 8 | C6 | 64 | 2E |
| Octal | 0 | 246 | 353 | 144 | 35 | 0 | 10 | 306 | 144 | 56 |
| Binary | 0 | 10100110 | 11101011 | 1100100 | 11101 | 0 | 1000 | 11000110 | 1100100 | 101110 |
Color Harmonies of #00A6EB
Complementary color
Monochromatic Colors of #00A6EB
Black with #00A6EB
Text Example
Text Example
White with #00A6EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A6EB; }
p { color: rgb(0,166,235); }
H1.HeaderClassName
{
color: #00A6EB;
}
.AnyTagClassName
{
color: #00A6EB;
}
</style>
background-color css
<style>
a { background-color: #00A6EB; }
a { background-color: rgb(0,166,235); }
div.DivClassName
{
background-color: #00A6EB;
}
.BgClassName
{
background-color: #00A6EB;
}
</style>
border-color css
<style>
span { border-color: #00A6EB; }
span { border-color: rgb(0,166,235); }
td.TdClassName
{
border-color: #00A6EB;
}
.TagClassName
{
border-color: #00A6EB;
}
</style>