Shades of Deep Sky Blue #00A6FB
Tints of Deep Sky Blue #00A6FB
RGB
CMYK
RGB Variations
Color information
#00A6FB (or 0x00A6FB) is known color: Deep Sky Blue. HEX triplet: 00, A6 and FB. RGB value is (0,166,251). Sum of RGB (Red+Green+Blue) = 0+166+251=417 (55% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 417); Green value is 166 (65.23% from 255 or 39.81% from 417); Blue value is 251 (98.44% from 255 or 60.19% from 417); Max value from RGB is 251 - color contains mainly: blue. Hex color #00A6FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #00A6FB is #FF5904. Grayscale: #7D7D7D. Windows color (decimal): -16734469 or 16492032. OLE color: 16492032.
HSL color Cylindrical-coordinate representation of color #00A6FB: hue angle of 200.32º 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 #00A6FB is Cyan = 1, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 166 | 251 | - |
| CMYK | 1 | 0.34 | 0 | 0.02 |
| HSL | 200.32º | 1% | 0.49% | - |
| HSV(B) | 200.32º | 1% | 0.98% | - |
| XYZ | 31.05 | 34.24 | 96.24 | - |
| YUV | 126.06 | 198.5 | 38.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 166 | 251 | 1 | 0.34 | 0 | 0.02 | 200.32 | 1 | 0.49 |
| Hex | 0 | A6 | FB | 64 | 22 | 0 | 2 | C8 | 64 | 31 |
| Octal | 0 | 246 | 373 | 144 | 42 | 0 | 2 | 310 | 144 | 61 |
| Binary | 0 | 10100110 | 11111011 | 1100100 | 100010 | 0 | 10 | 11001000 | 1100100 | 110001 |
Color Harmonies of #00A6FB
Complementary color
Monochromatic Colors of #00A6FB
Black with #00A6FB
Text Example
Text Example
White with #00A6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A6FB; }
p { color: rgb(0,166,251); }
H1.HeaderClassName
{
color: #00A6FB;
}
.AnyTagClassName
{
color: #00A6FB;
}
</style>
background-color css
<style>
a { background-color: #00A6FB; }
a { background-color: rgb(0,166,251); }
div.DivClassName
{
background-color: #00A6FB;
}
.BgClassName
{
background-color: #00A6FB;
}
</style>
border-color css
<style>
span { border-color: #00A6FB; }
span { border-color: rgb(0,166,251); }
td.TdClassName
{
border-color: #00A6FB;
}
.TagClassName
{
border-color: #00A6FB;
}
</style>