Shades of Deep Sky Blue #0AB1FA
Tints of Deep Sky Blue #0AB1FA
RGB
CMYK
RGB Variations
Color information
#0AB1FA (or 0x0AB1FA) is known color: Deep Sky Blue. HEX triplet: 0A, B1 and FA. RGB value is (10,177,250). Sum of RGB (Red+Green+Blue) = 10+177+250=437 (57% of max value = 765). Red value is 10 (4.30% from 255 or 2.29% from 437); Green value is 177 (69.53% from 255 or 40.50% from 437); Blue value is 250 (98.05% from 255 or 57.21% from 437); Max value from RGB is 250 - color contains mainly: blue. Hex color #0AB1FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0AB1FA is #F54E05. Grayscale: #868686. Windows color (decimal): -16076294 or 16429322. OLE color: 16429322.
HSL color Cylindrical-coordinate representation of color #0AB1FA: hue angle of 198.25º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AB1FA is Cyan = 0.96, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 177 | 250 | - |
| CMYK | 0.96 | 0.29 | 0 | 0.02 |
| HSL | 198.25º | 0.96% | 0.51% | - |
| HSV(B) | 198.25º | 0.96% | 0.98% | - |
| XYZ | 33.1 | 38.41 | 96.11 | - |
| YUV | 135.39 | 192.67 | 38.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 177 | 250 | 0.96 | 0.29 | 0 | 0.02 | 198.25 | 0.96 | 0.51 |
| Hex | A | B1 | FA | 60 | 1D | 0 | 2 | C6 | 60 | 33 |
| Octal | 12 | 261 | 372 | 140 | 35 | 0 | 2 | 306 | 140 | 63 |
| Binary | 1010 | 10110001 | 11111010 | 1100000 | 11101 | 0 | 10 | 11000110 | 1100000 | 110011 |
Color Harmonies of #0AB1FA
Complementary color
Monochromatic Colors of #0AB1FA
Black with #0AB1FA
Text Example
Text Example
White with #0AB1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB1FA; }
p { color: rgb(10,177,250); }
H1.HeaderClassName
{
color: #0AB1FA;
}
.AnyTagClassName
{
color: #0AB1FA;
}
</style>
background-color css
<style>
a { background-color: #0AB1FA; }
a { background-color: rgb(10,177,250); }
div.DivClassName
{
background-color: #0AB1FA;
}
.BgClassName
{
background-color: #0AB1FA;
}
</style>
border-color css
<style>
span { border-color: #0AB1FA; }
span { border-color: rgb(10,177,250); }
td.TdClassName
{
border-color: #0AB1FA;
}
.TagClassName
{
border-color: #0AB1FA;
}
</style>