Shades of Deep Sky Blue #0AB5FB
Tints of Deep Sky Blue #0AB5FB
RGB
CMYK
RGB Variations
Color information
#0AB5FB (or 0x0AB5FB) is known color: Deep Sky Blue. HEX triplet: 0A, B5 and FB. RGB value is (10,181,251). Sum of RGB (Red+Green+Blue) = 10+181+251=442 (58% of max value = 765). Red value is 10 (4.30% from 255 or 2.26% from 442); Green value is 181 (71.09% from 255 or 40.95% from 442); Blue value is 251 (98.44% from 255 or 56.79% from 442); Max value from RGB is 251 - color contains mainly: blue. Hex color #0AB5FB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0AB5FB is #F54A04. Grayscale: #898989. Windows color (decimal): -16075269 or 16495882. OLE color: 16495882.
HSL color Cylindrical-coordinate representation of color #0AB5FB: hue angle of 197.43º degrees, saturation: 0.97, 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 #0AB5FB is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 181 | 251 | - |
| CMYK | 0.96 | 0.28 | 0 | 0.02 |
| HSL | 197.43º | 0.97% | 0.51% | - |
| HSV(B) | 197.43º | 0.96% | 0.98% | - |
| XYZ | 34.06 | 40.08 | 97.21 | - |
| YUV | 137.85 | 191.85 | 36.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 181 | 251 | 0.96 | 0.28 | 0 | 0.02 | 197.43 | 0.97 | 0.51 |
| Hex | A | B5 | FB | 60 | 1C | 0 | 2 | C5 | 61 | 33 |
| Octal | 12 | 265 | 373 | 140 | 34 | 0 | 2 | 305 | 141 | 63 |
| Binary | 1010 | 10110101 | 11111011 | 1100000 | 11100 | 0 | 10 | 11000101 | 1100001 | 110011 |
Color Harmonies of #0AB5FB
Complementary color
Monochromatic Colors of #0AB5FB
Black with #0AB5FB
Text Example
Text Example
White with #0AB5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB5FB; }
p { color: rgb(10,181,251); }
H1.HeaderClassName
{
color: #0AB5FB;
}
.AnyTagClassName
{
color: #0AB5FB;
}
</style>
background-color css
<style>
a { background-color: #0AB5FB; }
a { background-color: rgb(10,181,251); }
div.DivClassName
{
background-color: #0AB5FB;
}
.BgClassName
{
background-color: #0AB5FB;
}
</style>
border-color css
<style>
span { border-color: #0AB5FB; }
span { border-color: rgb(10,181,251); }
td.TdClassName
{
border-color: #0AB5FB;
}
.TagClassName
{
border-color: #0AB5FB;
}
</style>