Shades of Deep Sky Blue #00A6FA
Tints of Deep Sky Blue #00A6FA
RGB
CMYK
RGB Variations
Color information
#00A6FA (or 0x00A6FA) is known color: Deep Sky Blue. HEX triplet: 00, A6 and FA. RGB value is (0,166,250). Sum of RGB (Red+Green+Blue) = 0+166+250=416 (55% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 416); Green value is 166 (65.23% from 255 or 39.90% from 416); Blue value is 250 (98.05% from 255 or 60.10% from 416); Max value from RGB is 250 - color contains mainly: blue. Hex color #00A6FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #00A6FA is #FF5905. Grayscale: #7D7D7D. Windows color (decimal): -16734470 or 16426496. OLE color: 16426496.
HSL color Cylindrical-coordinate representation of color #00A6FA: hue angle of 200.16º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A6FA is Cyan = 1, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 166 | 250 | - |
| CMYK | 1 | 0.34 | 0 | 0.02 |
| HSL | 200.16º | 1% | 0.49% | - |
| HSV(B) | 200.16º | 1% | 0.98% | - |
| XYZ | 30.89 | 34.17 | 95.41 | - |
| YUV | 125.94 | 198 | 38.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 166 | 250 | 1 | 0.34 | 0 | 0.02 | 200.16 | 1 | 0.49 |
| Hex | 0 | A6 | FA | 64 | 22 | 0 | 2 | C8 | 64 | 31 |
| Octal | 0 | 246 | 372 | 144 | 42 | 0 | 2 | 310 | 144 | 61 |
| Binary | 0 | 10100110 | 11111010 | 1100100 | 100010 | 0 | 10 | 11001000 | 1100100 | 110001 |
Color Harmonies of #00A6FA
Complementary color
Monochromatic Colors of #00A6FA
Black with #00A6FA
Text Example
Text Example
White with #00A6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A6FA; }
p { color: rgb(0,166,250); }
H1.HeaderClassName
{
color: #00A6FA;
}
.AnyTagClassName
{
color: #00A6FA;
}
</style>
background-color css
<style>
a { background-color: #00A6FA; }
a { background-color: rgb(0,166,250); }
div.DivClassName
{
background-color: #00A6FA;
}
.BgClassName
{
background-color: #00A6FA;
}
</style>
border-color css
<style>
span { border-color: #00A6FA; }
span { border-color: rgb(0,166,250); }
td.TdClassName
{
border-color: #00A6FA;
}
.TagClassName
{
border-color: #00A6FA;
}
</style>