Shades of Deep Sky Blue #0AB8FC
Tints of Deep Sky Blue #0AB8FC
RGB
CMYK
RGB Variations
Color information
#0AB8FC (or 0x0AB8FC) is known color: Deep Sky Blue. HEX triplet: 0A, B8 and FC. RGB value is (10,184,252). Sum of RGB (Red+Green+Blue) = 10+184+252=446 (59% of max value = 765). Red value is 10 (4.30% from 255 or 2.24% from 446); Green value is 184 (72.27% from 255 or 41.26% from 446); Blue value is 252 (98.83% from 255 or 56.50% from 446); Max value from RGB is 252 - color contains mainly: blue. Hex color #0AB8FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0AB8FC is #F54703. Grayscale: #8B8B8B. Windows color (decimal): -16074500 or 16562186. OLE color: 16562186.
HSL color Cylindrical-coordinate representation of color #0AB8FC: hue angle of 196.86º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AB8FC is Cyan = 0.96, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 10 | 184 | 252 | - |
| CMYK | 0.96 | 0.27 | 0 | 0.01 |
| HSL | 196.86º | 0.98% | 0.51% | - |
| HSV(B) | 196.86º | 0.96% | 0.99% | - |
| XYZ | 34.84 | 41.37 | 98.25 | - |
| YUV | 139.73 | 191.35 | 35.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 184 | 252 | 0.96 | 0.27 | 0 | 0.01 | 196.86 | 0.98 | 0.51 |
| Hex | A | B8 | FC | 60 | 1B | 0 | 1 | C5 | 62 | 33 |
| Octal | 12 | 270 | 374 | 140 | 33 | 0 | 1 | 305 | 142 | 63 |
| Binary | 1010 | 10111000 | 11111100 | 1100000 | 11011 | 0 | 1 | 11000101 | 1100010 | 110011 |
Color Harmonies of #0AB8FC
Complementary color
Monochromatic Colors of #0AB8FC
Black with #0AB8FC
Text Example
Text Example
White with #0AB8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB8FC; }
p { color: rgb(10,184,252); }
H1.HeaderClassName
{
color: #0AB8FC;
}
.AnyTagClassName
{
color: #0AB8FC;
}
</style>
background-color css
<style>
a { background-color: #0AB8FC; }
a { background-color: rgb(10,184,252); }
div.DivClassName
{
background-color: #0AB8FC;
}
.BgClassName
{
background-color: #0AB8FC;
}
</style>
border-color css
<style>
span { border-color: #0AB8FC; }
span { border-color: rgb(10,184,252); }
td.TdClassName
{
border-color: #0AB8FC;
}
.TagClassName
{
border-color: #0AB8FC;
}
</style>