Shades of Deep Sky Blue #0AB6FE
Tints of Deep Sky Blue #0AB6FE
RGB
CMYK
RGB Variations
Color information
#0AB6FE (or 0x0AB6FE) is known color: Deep Sky Blue. HEX triplet: 0A, B6 and FE. RGB value is (10,182,254). Sum of RGB (Red+Green+Blue) = 10+182+254=446 (59% of max value = 765). Red value is 10 (4.30% from 255 or 2.24% from 446); Green value is 182 (71.48% from 255 or 40.81% from 446); Blue value is 254 (99.61% from 255 or 56.95% from 446); Max value from RGB is 254 - color contains mainly: blue. Hex color #0AB6FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0AB6FE is #F54901. Grayscale: #8A8A8A. Windows color (decimal): -16075010 or 16692746. OLE color: 16692746.
HSL color Cylindrical-coordinate representation of color #0AB6FE: hue angle of 197.7º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AB6FE is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 10 | 182 | 254 | - |
| CMYK | 0.96 | 0.28 | 0 | 0.00 |
| HSL | 197.7º | 0.99% | 0.52% | - |
| HSV(B) | 197.7º | 0.96% | 1% | - |
| XYZ | 34.74 | 40.68 | 99.79 | - |
| YUV | 138.78 | 193.02 | 36.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 182 | 254 | 0.96 | 0.28 | 0 | 0.00 | 197.7 | 0.99 | 0.52 |
| Hex | A | B6 | FE | 60 | 1C | 0 | 0 | C6 | 63 | 34 |
| Octal | 12 | 266 | 376 | 140 | 34 | 0 | 0 | 306 | 143 | 64 |
| Binary | 1010 | 10110110 | 11111110 | 1100000 | 11100 | 0 | 0 | 11000110 | 1100011 | 110100 |
Color Harmonies of #0AB6FE
Complementary color
Monochromatic Colors of #0AB6FE
Black with #0AB6FE
Text Example
Text Example
White with #0AB6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB6FE; }
p { color: rgb(10,182,254); }
H1.HeaderClassName
{
color: #0AB6FE;
}
.AnyTagClassName
{
color: #0AB6FE;
}
</style>
background-color css
<style>
a { background-color: #0AB6FE; }
a { background-color: rgb(10,182,254); }
div.DivClassName
{
background-color: #0AB6FE;
}
.BgClassName
{
background-color: #0AB6FE;
}
</style>
border-color css
<style>
span { border-color: #0AB6FE; }
span { border-color: rgb(10,182,254); }
td.TdClassName
{
border-color: #0AB6FE;
}
.TagClassName
{
border-color: #0AB6FE;
}
</style>