Shades of Deep Sky Blue #0AABEB
Tints of Deep Sky Blue #0AABEB
RGB
CMYK
RGB Variations
Color information
#0AABEB (or 0x0AABEB) is known color: Deep Sky Blue. HEX triplet: 0A, AB and EB. RGB value is (10,171,235). Sum of RGB (Red+Green+Blue) = 10+171+235=416 (55% of max value = 765). Red value is 10 (4.30% from 255 or 2.40% from 416); Green value is 171 (67.19% from 255 or 41.11% from 416); Blue value is 235 (92.19% from 255 or 56.49% from 416); Max value from RGB is 235 - color contains mainly: blue. Hex color #0AABEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0AABEB is #F55414. Grayscale: #818181. Windows color (decimal): -16077845 or 15444746. OLE color: 15444746.
HSL color Cylindrical-coordinate representation of color #0AABEB: hue angle of 197.07º 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 #0AABEB is Cyan = 0.96, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 10 | 171 | 235 | - |
| CMYK | 0.96 | 0.27 | 0 | 0.08 |
| HSL | 197.07º | 0.92% | 0.48% | - |
| HSV(B) | 197.07º | 0.96% | 0.92% | - |
| XYZ | 29.68 | 35.19 | 83.82 | - |
| YUV | 130.16 | 187.16 | 42.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 171 | 235 | 0.96 | 0.27 | 0 | 0.08 | 197.07 | 0.92 | 0.48 |
| Hex | A | AB | EB | 60 | 1B | 0 | 8 | C5 | 5C | 30 |
| Octal | 12 | 253 | 353 | 140 | 33 | 0 | 10 | 305 | 134 | 60 |
| Binary | 1010 | 10101011 | 11101011 | 1100000 | 11011 | 0 | 1000 | 11000101 | 1011100 | 110000 |
Color Harmonies of #0AABEB
Complementary color
Monochromatic Colors of #0AABEB
Black with #0AABEB
Text Example
Text Example
White with #0AABEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AABEB; }
p { color: rgb(10,171,235); }
H1.HeaderClassName
{
color: #0AABEB;
}
.AnyTagClassName
{
color: #0AABEB;
}
</style>
background-color css
<style>
a { background-color: #0AABEB; }
a { background-color: rgb(10,171,235); }
div.DivClassName
{
background-color: #0AABEB;
}
.BgClassName
{
background-color: #0AABEB;
}
</style>
border-color css
<style>
span { border-color: #0AABEB; }
span { border-color: rgb(10,171,235); }
td.TdClassName
{
border-color: #0AABEB;
}
.TagClassName
{
border-color: #0AABEB;
}
</style>