Shades of Deep Sky Blue #0AAEEF
Tints of Deep Sky Blue #0AAEEF
RGB
CMYK
RGB Variations
Color information
#0AAEEF (or 0x0AAEEF) is known color: Deep Sky Blue. HEX triplet: 0A, AE and EF. RGB value is (10,174,239). Sum of RGB (Red+Green+Blue) = 10+174+239=423 (56% of max value = 765). Red value is 10 (4.30% from 255 or 2.36% from 423); Green value is 174 (68.36% from 255 or 41.13% from 423); Blue value is 239 (93.75% from 255 or 56.50% from 423); Max value from RGB is 239 - color contains mainly: blue. Hex color #0AAEEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0AAEEF is #F55110. Grayscale: #838383. Windows color (decimal): -16077073 or 15707658. OLE color: 15707658.
HSL color Cylindrical-coordinate representation of color #0AAEEF: hue angle of 197.03º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AAEEF is Cyan = 0.96, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 10 | 174 | 239 | - |
| CMYK | 0.96 | 0.27 | 0 | 0.06 |
| HSL | 197.03º | 0.92% | 0.49% | - |
| HSV(B) | 197.03º | 0.96% | 0.94% | - |
| XYZ | 30.84 | 36.57 | 87.09 | - |
| YUV | 132.37 | 188.17 | 40.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 174 | 239 | 0.96 | 0.27 | 0 | 0.06 | 197.03 | 0.92 | 0.49 |
| Hex | A | AE | EF | 60 | 1B | 0 | 6 | C5 | 5C | 31 |
| Octal | 12 | 256 | 357 | 140 | 33 | 0 | 6 | 305 | 134 | 61 |
| Binary | 1010 | 10101110 | 11101111 | 1100000 | 11011 | 0 | 110 | 11000101 | 1011100 | 110001 |
Color Harmonies of #0AAEEF
Complementary color
Monochromatic Colors of #0AAEEF
Black with #0AAEEF
Text Example
Text Example
White with #0AAEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAEEF; }
p { color: rgb(10,174,239); }
H1.HeaderClassName
{
color: #0AAEEF;
}
.AnyTagClassName
{
color: #0AAEEF;
}
</style>
background-color css
<style>
a { background-color: #0AAEEF; }
a { background-color: rgb(10,174,239); }
div.DivClassName
{
background-color: #0AAEEF;
}
.BgClassName
{
background-color: #0AAEEF;
}
</style>
border-color css
<style>
span { border-color: #0AAEEF; }
span { border-color: rgb(10,174,239); }
td.TdClassName
{
border-color: #0AAEEF;
}
.TagClassName
{
border-color: #0AAEEF;
}
</style>