Shades of Deep Sky Blue #00A6EA
Tints of Deep Sky Blue #00A6EA
RGB
CMYK
RGB Variations
Color information
#00A6EA (or 0x00A6EA) is known color: Deep Sky Blue. HEX triplet: 00, A6 and EA. RGB value is (0,166,234). Sum of RGB (Red+Green+Blue) = 0+166+234=400 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 400); Green value is 166 (65.23% from 255 or 41.5% from 400); Blue value is 234 (91.80% from 255 or 58.5% from 400); Max value from RGB is 234 - color contains mainly: blue. Hex color #00A6EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #00A6EA is #FF5915. Grayscale: #7B7B7B. Windows color (decimal): -16734486 or 15377920. OLE color: 15377920.
HSL color Cylindrical-coordinate representation of color #00A6EA: hue angle of 197.44º 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 #00A6EA is Cyan = 1, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 166 | 234 | - |
| CMYK | 1 | 0.29 | 0 | 0.08 |
| HSL | 197.44º | 1% | 0.46% | - |
| HSV(B) | 197.44º | 1% | 0.92% | - |
| XYZ | 28.49 | 33.21 | 82.75 | - |
| YUV | 124.12 | 190 | 39.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 166 | 234 | 1 | 0.29 | 0 | 0.08 | 197.44 | 1 | 0.46 |
| Hex | 0 | A6 | EA | 64 | 1D | 0 | 8 | C5 | 64 | 2E |
| Octal | 0 | 246 | 352 | 144 | 35 | 0 | 10 | 305 | 144 | 56 |
| Binary | 0 | 10100110 | 11101010 | 1100100 | 11101 | 0 | 1000 | 11000101 | 1100100 | 101110 |
Color Harmonies of #00A6EA
Complementary color
Monochromatic Colors of #00A6EA
Black with #00A6EA
Text Example
Text Example
White with #00A6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A6EA; }
p { color: rgb(0,166,234); }
H1.HeaderClassName
{
color: #00A6EA;
}
.AnyTagClassName
{
color: #00A6EA;
}
</style>
background-color css
<style>
a { background-color: #00A6EA; }
a { background-color: rgb(0,166,234); }
div.DivClassName
{
background-color: #00A6EA;
}
.BgClassName
{
background-color: #00A6EA;
}
</style>
border-color css
<style>
span { border-color: #00A6EA; }
span { border-color: rgb(0,166,234); }
td.TdClassName
{
border-color: #00A6EA;
}
.TagClassName
{
border-color: #00A6EA;
}
</style>