Shades of Deep Sky Blue #0AB3FC
Tints of Deep Sky Blue #0AB3FC
RGB
CMYK
RGB Variations
Color information
#0AB3FC (or 0x0AB3FC) is known color: Deep Sky Blue. HEX triplet: 0A, B3 and FC. RGB value is (10,179,252). Sum of RGB (Red+Green+Blue) = 10+179+252=441 (58% of max value = 765). Red value is 10 (4.30% from 255 or 2.27% from 441); Green value is 179 (70.31% from 255 or 40.59% from 441); Blue value is 252 (98.83% from 255 or 57.14% from 441); Max value from RGB is 252 - color contains mainly: blue. Hex color #0AB3FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0AB3FC is #F54C03. Grayscale: #888888. Windows color (decimal): -16075780 or 16560906. OLE color: 16560906.
HSL color Cylindrical-coordinate representation of color #0AB3FC: hue angle of 198.1º 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 #0AB3FC is Cyan = 0.96, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 10 | 179 | 252 | - |
| CMYK | 0.96 | 0.29 | 0 | 0.01 |
| HSL | 198.1º | 0.98% | 0.51% | - |
| HSV(B) | 198.1º | 0.96% | 0.99% | - |
| XYZ | 33.82 | 39.33 | 97.91 | - |
| YUV | 136.79 | 193.01 | 37.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 179 | 252 | 0.96 | 0.29 | 0 | 0.01 | 198.1 | 0.98 | 0.51 |
| Hex | A | B3 | FC | 60 | 1D | 0 | 1 | C6 | 62 | 33 |
| Octal | 12 | 263 | 374 | 140 | 35 | 0 | 1 | 306 | 142 | 63 |
| Binary | 1010 | 10110011 | 11111100 | 1100000 | 11101 | 0 | 1 | 11000110 | 1100010 | 110011 |
Color Harmonies of #0AB3FC
Complementary color
Monochromatic Colors of #0AB3FC
Black with #0AB3FC
Text Example
Text Example
White with #0AB3FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB3FC; }
p { color: rgb(10,179,252); }
H1.HeaderClassName
{
color: #0AB3FC;
}
.AnyTagClassName
{
color: #0AB3FC;
}
</style>
background-color css
<style>
a { background-color: #0AB3FC; }
a { background-color: rgb(10,179,252); }
div.DivClassName
{
background-color: #0AB3FC;
}
.BgClassName
{
background-color: #0AB3FC;
}
</style>
border-color css
<style>
span { border-color: #0AB3FC; }
span { border-color: rgb(10,179,252); }
td.TdClassName
{
border-color: #0AB3FC;
}
.TagClassName
{
border-color: #0AB3FC;
}
</style>