Shades of Deep Sky Blue #0ABAFA
Tints of Deep Sky Blue #0ABAFA
RGB
CMYK
RGB Variations
Color information
#0ABAFA (or 0x0ABAFA) is known color: Deep Sky Blue. HEX triplet: 0A, BA and FA. RGB value is (10,186,250). Sum of RGB (Red+Green+Blue) = 10+186+250=446 (59% of max value = 765). Red value is 10 (4.30% from 255 or 2.24% from 446); Green value is 186 (73.05% from 255 or 41.70% from 446); Blue value is 250 (98.05% from 255 or 56.05% from 446); Max value from RGB is 250 - color contains mainly: blue. Hex color #0ABAFA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ABAFA is #F54505. Grayscale: #8C8C8C. Windows color (decimal): -16073990 or 16431626. OLE color: 16431626.
HSL color Cylindrical-coordinate representation of color #0ABAFA: hue angle of 196º 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 #0ABAFA is Cyan = 0.96, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 186 | 250 | - |
| CMYK | 0.96 | 0.26 | 0 | 0.02 |
| HSL | 196º | 0.96% | 0.51% | - |
| HSV(B) | 196º | 0.96% | 0.98% | - |
| XYZ | 34.94 | 42.08 | 96.72 | - |
| YUV | 140.67 | 189.69 | 34.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 186 | 250 | 0.96 | 0.26 | 0 | 0.02 | 196 | 0.96 | 0.51 |
| Hex | A | BA | FA | 60 | 1A | 0 | 2 | C4 | 60 | 33 |
| Octal | 12 | 272 | 372 | 140 | 32 | 0 | 2 | 304 | 140 | 63 |
| Binary | 1010 | 10111010 | 11111010 | 1100000 | 11010 | 0 | 10 | 11000100 | 1100000 | 110011 |
Color Harmonies of #0ABAFA
Complementary color
Monochromatic Colors of #0ABAFA
Black with #0ABAFA
Text Example
Text Example
White with #0ABAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABAFA; }
p { color: rgb(10,186,250); }
H1.HeaderClassName
{
color: #0ABAFA;
}
.AnyTagClassName
{
color: #0ABAFA;
}
</style>
background-color css
<style>
a { background-color: #0ABAFA; }
a { background-color: rgb(10,186,250); }
div.DivClassName
{
background-color: #0ABAFA;
}
.BgClassName
{
background-color: #0ABAFA;
}
</style>
border-color css
<style>
span { border-color: #0ABAFA; }
span { border-color: rgb(10,186,250); }
td.TdClassName
{
border-color: #0ABAFA;
}
.TagClassName
{
border-color: #0ABAFA;
}
</style>