Shades of Deep Sky Blue #0FAAEE
Tints of Deep Sky Blue #0FAAEE
RGB
CMYK
RGB Variations
Color information
#0FAAEE (or 0x0FAAEE) is known color: Deep Sky Blue. HEX triplet: 0F, AA and EE. RGB value is (15,170,238). Sum of RGB (Red+Green+Blue) = 15+170+238=423 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.55% from 423); Green value is 170 (66.80% from 255 or 40.19% from 423); Blue value is 238 (93.36% from 255 or 56.26% from 423); Max value from RGB is 238 - color contains mainly: blue. Hex color #0FAAEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0FAAEE is #F05511. Grayscale: #828282. Windows color (decimal): -15750418 or 15641103. OLE color: 15641103.
HSL color Cylindrical-coordinate representation of color #0FAAEE: hue angle of 198.3º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FAAEE is Cyan = 0.94, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 15 | 170 | 238 | - |
| CMYK | 0.94 | 0.29 | 0 | 0.07 |
| HSL | 198.3º | 0.88% | 0.5% | - |
| HSV(B) | 198.3º | 0.94% | 0.93% | - |
| XYZ | 30 | 35.02 | 86.07 | - |
| YUV | 131.41 | 188.15 | 44.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 170 | 238 | 0.94 | 0.29 | 0 | 0.07 | 198.3 | 0.88 | 0.5 |
| Hex | F | AA | EE | 5E | 1D | 0 | 7 | C6 | 58 | 32 |
| Octal | 17 | 252 | 356 | 136 | 35 | 0 | 7 | 306 | 130 | 62 |
| Binary | 1111 | 10101010 | 11101110 | 1011110 | 11101 | 0 | 111 | 11000110 | 1011000 | 110010 |
Color Harmonies of #0FAAEE
Complementary color
Monochromatic Colors of #0FAAEE
Black with #0FAAEE
Text Example
Text Example
White with #0FAAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAAEE; }
p { color: rgb(15,170,238); }
H1.HeaderClassName
{
color: #0FAAEE;
}
.AnyTagClassName
{
color: #0FAAEE;
}
</style>
background-color css
<style>
a { background-color: #0FAAEE; }
a { background-color: rgb(15,170,238); }
div.DivClassName
{
background-color: #0FAAEE;
}
.BgClassName
{
background-color: #0FAAEE;
}
</style>
border-color css
<style>
span { border-color: #0FAAEE; }
span { border-color: rgb(15,170,238); }
td.TdClassName
{
border-color: #0FAAEE;
}
.TagClassName
{
border-color: #0FAAEE;
}
</style>