Shades of Deep Sky Blue #0AB7EA
Tints of Deep Sky Blue #0AB7EA
RGB
CMYK
RGB Variations
Color information
#0AB7EA (or 0x0AB7EA) is known color: Deep Sky Blue. HEX triplet: 0A, B7 and EA. RGB value is (10,183,234). Sum of RGB (Red+Green+Blue) = 10+183+234=427 (56% of max value = 765). Red value is 10 (4.30% from 255 or 2.34% from 427); Green value is 183 (71.88% from 255 or 42.86% from 427); Blue value is 234 (91.80% from 255 or 54.80% from 427); Max value from RGB is 234 - color contains mainly: blue. Hex color #0AB7EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0AB7EA is #F54815. Grayscale: #888888. Windows color (decimal): -16074774 or 15382282. OLE color: 15382282.
HSL color Cylindrical-coordinate representation of color #0AB7EA: hue angle of 193.66º 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 #0AB7EA is Cyan = 0.96, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 10 | 183 | 234 | - |
| CMYK | 0.96 | 0.22 | 0 | 0.08 |
| HSL | 193.66º | 0.92% | 0.48% | - |
| HSV(B) | 193.66º | 0.96% | 0.92% | - |
| XYZ | 31.91 | 39.87 | 83.86 | - |
| YUV | 137.09 | 182.69 | 37.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 183 | 234 | 0.96 | 0.22 | 0 | 0.08 | 193.66 | 0.92 | 0.48 |
| Hex | A | B7 | EA | 60 | 16 | 0 | 8 | C2 | 5C | 30 |
| Octal | 12 | 267 | 352 | 140 | 26 | 0 | 10 | 302 | 134 | 60 |
| Binary | 1010 | 10110111 | 11101010 | 1100000 | 10110 | 0 | 1000 | 11000010 | 1011100 | 110000 |
Color Harmonies of #0AB7EA
Complementary color
Monochromatic Colors of #0AB7EA
Black with #0AB7EA
Text Example
Text Example
White with #0AB7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB7EA; }
p { color: rgb(10,183,234); }
H1.HeaderClassName
{
color: #0AB7EA;
}
.AnyTagClassName
{
color: #0AB7EA;
}
</style>
background-color css
<style>
a { background-color: #0AB7EA; }
a { background-color: rgb(10,183,234); }
div.DivClassName
{
background-color: #0AB7EA;
}
.BgClassName
{
background-color: #0AB7EA;
}
</style>
border-color css
<style>
span { border-color: #0AB7EA; }
span { border-color: rgb(10,183,234); }
td.TdClassName
{
border-color: #0AB7EA;
}
.TagClassName
{
border-color: #0AB7EA;
}
</style>