Shades of Deep Sky Blue #0AABEE
Tints of Deep Sky Blue #0AABEE
RGB
CMYK
RGB Variations
Color information
#0AABEE (or 0x0AABEE) is known color: Deep Sky Blue. HEX triplet: 0A, AB and EE. RGB value is (10,171,238). Sum of RGB (Red+Green+Blue) = 10+171+238=419 (55% of max value = 765). Red value is 10 (4.30% from 255 or 2.39% from 419); Green value is 171 (67.19% from 255 or 40.81% from 419); Blue value is 238 (93.36% from 255 or 56.80% from 419); Max value from RGB is 238 - color contains mainly: blue. Hex color #0AABEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0AABEE is #F55411. Grayscale: #828282. Windows color (decimal): -16077842 or 15641354. OLE color: 15641354.
HSL color Cylindrical-coordinate representation of color #0AABEE: hue angle of 197.63º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AABEE is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 10 | 171 | 238 | - |
| CMYK | 0.96 | 0.28 | 0 | 0.07 |
| HSL | 197.63º | 0.92% | 0.49% | - |
| HSV(B) | 197.63º | 0.96% | 0.93% | - |
| XYZ | 30.12 | 35.36 | 86.13 | - |
| YUV | 130.5 | 188.66 | 42.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 171 | 238 | 0.96 | 0.28 | 0 | 0.07 | 197.63 | 0.92 | 0.49 |
| Hex | A | AB | EE | 60 | 1C | 0 | 7 | C6 | 5C | 31 |
| Octal | 12 | 253 | 356 | 140 | 34 | 0 | 7 | 306 | 134 | 61 |
| Binary | 1010 | 10101011 | 11101110 | 1100000 | 11100 | 0 | 111 | 11000110 | 1011100 | 110001 |
Color Harmonies of #0AABEE
Complementary color
Monochromatic Colors of #0AABEE
Black with #0AABEE
Text Example
Text Example
White with #0AABEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AABEE; }
p { color: rgb(10,171,238); }
H1.HeaderClassName
{
color: #0AABEE;
}
.AnyTagClassName
{
color: #0AABEE;
}
</style>
background-color css
<style>
a { background-color: #0AABEE; }
a { background-color: rgb(10,171,238); }
div.DivClassName
{
background-color: #0AABEE;
}
.BgClassName
{
background-color: #0AABEE;
}
</style>
border-color css
<style>
span { border-color: #0AABEE; }
span { border-color: rgb(10,171,238); }
td.TdClassName
{
border-color: #0AABEE;
}
.TagClassName
{
border-color: #0AABEE;
}
</style>