Shades of Deep Sky Blue #0ABFFA
Tints of Deep Sky Blue #0ABFFA
RGB
CMYK
RGB Variations
Color information
#0ABFFA (or 0x0ABFFA) is known color: Deep Sky Blue. HEX triplet: 0A, BF and FA. RGB value is (10,191,250). Sum of RGB (Red+Green+Blue) = 10+191+250=451 (59% of max value = 765). Red value is 10 (4.30% from 255 or 2.22% from 451); Green value is 191 (75% from 255 or 42.35% from 451); Blue value is 250 (98.05% from 255 or 55.43% from 451); Max value from RGB is 250 - color contains mainly: blue. Hex color #0ABFFA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ABFFA is #F54005. Grayscale: #8F8F8F. Windows color (decimal): -16072710 or 16432906. OLE color: 16432906.
HSL color Cylindrical-coordinate representation of color #0ABFFA: hue angle of 194.75º 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 #0ABFFA is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 191 | 250 | - |
| CMYK | 0.96 | 0.24 | 0 | 0.02 |
| HSL | 194.75º | 0.96% | 0.51% | - |
| HSV(B) | 194.75º | 0.96% | 0.98% | - |
| XYZ | 36.01 | 44.23 | 97.08 | - |
| YUV | 143.61 | 188.03 | 32.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 191 | 250 | 0.96 | 0.24 | 0 | 0.02 | 194.75 | 0.96 | 0.51 |
| Hex | A | BF | FA | 60 | 18 | 0 | 2 | C3 | 60 | 33 |
| Octal | 12 | 277 | 372 | 140 | 30 | 0 | 2 | 303 | 140 | 63 |
| Binary | 1010 | 10111111 | 11111010 | 1100000 | 11000 | 0 | 10 | 11000011 | 1100000 | 110011 |
Color Harmonies of #0ABFFA
Complementary color
Monochromatic Colors of #0ABFFA
Black with #0ABFFA
Text Example
Text Example
White with #0ABFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABFFA; }
p { color: rgb(10,191,250); }
H1.HeaderClassName
{
color: #0ABFFA;
}
.AnyTagClassName
{
color: #0ABFFA;
}
</style>
background-color css
<style>
a { background-color: #0ABFFA; }
a { background-color: rgb(10,191,250); }
div.DivClassName
{
background-color: #0ABFFA;
}
.BgClassName
{
background-color: #0ABFFA;
}
</style>
border-color css
<style>
span { border-color: #0ABFFA; }
span { border-color: rgb(10,191,250); }
td.TdClassName
{
border-color: #0ABFFA;
}
.TagClassName
{
border-color: #0ABFFA;
}
</style>