Shades of Deep Sky Blue #0AB2EB
Tints of Deep Sky Blue #0AB2EB
RGB
CMYK
RGB Variations
Color information
#0AB2EB (or 0x0AB2EB) is known color: Deep Sky Blue. HEX triplet: 0A, B2 and EB. RGB value is (10,178,235). Sum of RGB (Red+Green+Blue) = 10+178+235=423 (56% of max value = 765). Red value is 10 (4.30% from 255 or 2.36% from 423); Green value is 178 (69.92% from 255 or 42.08% from 423); Blue value is 235 (92.19% from 255 or 55.56% from 423); Max value from RGB is 235 - color contains mainly: blue. Hex color #0AB2EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0AB2EB is #F54D14. Grayscale: #858585. Windows color (decimal): -16076053 or 15446538. OLE color: 15446538.
HSL color Cylindrical-coordinate representation of color #0AB2EB: hue angle of 195.2º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AB2EB is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 10 | 178 | 235 | - |
| CMYK | 0.96 | 0.24 | 0 | 0.08 |
| HSL | 195.2º | 0.92% | 0.48% | - |
| HSV(B) | 195.2º | 0.96% | 0.92% | - |
| XYZ | 31.04 | 37.9 | 84.28 | - |
| YUV | 134.27 | 184.84 | 39.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 178 | 235 | 0.96 | 0.24 | 0 | 0.08 | 195.2 | 0.92 | 0.48 |
| Hex | A | B2 | EB | 60 | 18 | 0 | 8 | C3 | 5C | 30 |
| Octal | 12 | 262 | 353 | 140 | 30 | 0 | 10 | 303 | 134 | 60 |
| Binary | 1010 | 10110010 | 11101011 | 1100000 | 11000 | 0 | 1000 | 11000011 | 1011100 | 110000 |
Color Harmonies of #0AB2EB
Complementary color
Monochromatic Colors of #0AB2EB
Black with #0AB2EB
Text Example
Text Example
White with #0AB2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB2EB; }
p { color: rgb(10,178,235); }
H1.HeaderClassName
{
color: #0AB2EB;
}
.AnyTagClassName
{
color: #0AB2EB;
}
</style>
background-color css
<style>
a { background-color: #0AB2EB; }
a { background-color: rgb(10,178,235); }
div.DivClassName
{
background-color: #0AB2EB;
}
.BgClassName
{
background-color: #0AB2EB;
}
</style>
border-color css
<style>
span { border-color: #0AB2EB; }
span { border-color: rgb(10,178,235); }
td.TdClassName
{
border-color: #0AB2EB;
}
.TagClassName
{
border-color: #0AB2EB;
}
</style>