Shades of Deep Sky Blue #0ABEEA
Tints of Deep Sky Blue #0ABEEA
RGB
CMYK
RGB Variations
Color information
#0ABEEA (or 0x0ABEEA) is known color: Deep Sky Blue. HEX triplet: 0A, BE and EA. RGB value is (10,190,234). Sum of RGB (Red+Green+Blue) = 10+190+234=434 (57% of max value = 765). Red value is 10 (4.30% from 255 or 2.30% from 434); Green value is 190 (74.61% from 255 or 43.78% from 434); Blue value is 234 (91.80% from 255 or 53.92% from 434); Max value from RGB is 234 - color contains mainly: blue. Hex color #0ABEEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ABEEA is #F54115. Grayscale: #8C8C8C. Windows color (decimal): -16072982 or 15384074. OLE color: 15384074.
HSL color Cylindrical-coordinate representation of color #0ABEEA: hue angle of 191.79º 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 #0ABEEA is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 10 | 190 | 234 | - |
| CMYK | 0.96 | 0.19 | 0 | 0.08 |
| HSL | 191.79º | 0.92% | 0.48% | - |
| HSV(B) | 191.79º | 0.96% | 0.92% | - |
| XYZ | 33.39 | 42.83 | 84.35 | - |
| YUV | 141.2 | 180.37 | 34.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 190 | 234 | 0.96 | 0.19 | 0 | 0.08 | 191.79 | 0.92 | 0.48 |
| Hex | A | BE | EA | 60 | 13 | 0 | 8 | C0 | 5C | 30 |
| Octal | 12 | 276 | 352 | 140 | 23 | 0 | 10 | 300 | 134 | 60 |
| Binary | 1010 | 10111110 | 11101010 | 1100000 | 10011 | 0 | 1000 | 11000000 | 1011100 | 110000 |
Color Harmonies of #0ABEEA
Complementary color
Monochromatic Colors of #0ABEEA
Black with #0ABEEA
Text Example
Text Example
White with #0ABEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABEEA; }
p { color: rgb(10,190,234); }
H1.HeaderClassName
{
color: #0ABEEA;
}
.AnyTagClassName
{
color: #0ABEEA;
}
</style>
background-color css
<style>
a { background-color: #0ABEEA; }
a { background-color: rgb(10,190,234); }
div.DivClassName
{
background-color: #0ABEEA;
}
.BgClassName
{
background-color: #0ABEEA;
}
</style>
border-color css
<style>
span { border-color: #0ABEEA; }
span { border-color: rgb(10,190,234); }
td.TdClassName
{
border-color: #0ABEEA;
}
.TagClassName
{
border-color: #0ABEEA;
}
</style>