Shades of Deep Sky Blue #0AB5FC
Tints of Deep Sky Blue #0AB5FC
RGB
CMYK
RGB Variations
Color information
#0AB5FC (or 0x0AB5FC) is known color: Deep Sky Blue. HEX triplet: 0A, B5 and FC. RGB value is (10,181,252). Sum of RGB (Red+Green+Blue) = 10+181+252=443 (58% of max value = 765). Red value is 10 (4.30% from 255 or 2.26% from 443); Green value is 181 (71.09% from 255 or 40.86% from 443); Blue value is 252 (98.83% from 255 or 56.88% from 443); Max value from RGB is 252 - color contains mainly: blue. Hex color #0AB5FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0AB5FC is #F54A03. Grayscale: #898989. Windows color (decimal): -16075268 or 16561418. OLE color: 16561418.
HSL color Cylindrical-coordinate representation of color #0AB5FC: hue angle of 197.6º 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 #0AB5FC is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 10 | 181 | 252 | - |
| CMYK | 0.96 | 0.28 | 0 | 0.01 |
| HSL | 197.6º | 0.98% | 0.51% | - |
| HSV(B) | 197.6º | 0.96% | 0.99% | - |
| XYZ | 34.22 | 40.14 | 98.04 | - |
| YUV | 137.97 | 192.35 | 36.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 181 | 252 | 0.96 | 0.28 | 0 | 0.01 | 197.6 | 0.98 | 0.51 |
| Hex | A | B5 | FC | 60 | 1C | 0 | 1 | C6 | 62 | 33 |
| Octal | 12 | 265 | 374 | 140 | 34 | 0 | 1 | 306 | 142 | 63 |
| Binary | 1010 | 10110101 | 11111100 | 1100000 | 11100 | 0 | 1 | 11000110 | 1100010 | 110011 |
Color Harmonies of #0AB5FC
Complementary color
Monochromatic Colors of #0AB5FC
Black with #0AB5FC
Text Example
Text Example
White with #0AB5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB5FC; }
p { color: rgb(10,181,252); }
H1.HeaderClassName
{
color: #0AB5FC;
}
.AnyTagClassName
{
color: #0AB5FC;
}
</style>
background-color css
<style>
a { background-color: #0AB5FC; }
a { background-color: rgb(10,181,252); }
div.DivClassName
{
background-color: #0AB5FC;
}
.BgClassName
{
background-color: #0AB5FC;
}
</style>
border-color css
<style>
span { border-color: #0AB5FC; }
span { border-color: rgb(10,181,252); }
td.TdClassName
{
border-color: #0AB5FC;
}
.TagClassName
{
border-color: #0AB5FC;
}
</style>