Shades of Deep Sky Blue #0FAAE6
Tints of Deep Sky Blue #0FAAE6
RGB
CMYK
RGB Variations
Color information
#0FAAE6 (or 0x0FAAE6) is known color: Deep Sky Blue. HEX triplet: 0F, AA and E6. RGB value is (15,170,230). Sum of RGB (Red+Green+Blue) = 15+170+230=415 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.61% from 415); Green value is 170 (66.80% from 255 or 40.96% from 415); Blue value is 230 (90.23% from 255 or 55.42% from 415); Max value from RGB is 230 - color contains mainly: blue. Hex color #0FAAE6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0FAAE6 is #F05519. Grayscale: #828282. Windows color (decimal): -15750426 or 15116815. OLE color: 15116815.
HSL color Cylindrical-coordinate representation of color #0FAAE6: hue angle of 196.74º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FAAE6 is Cyan = 0.93, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 15 | 170 | 230 | - |
| CMYK | 0.93 | 0.26 | 0 | 0.10 |
| HSL | 196.74º | 0.88% | 0.48% | - |
| HSV(B) | 196.74º | 0.93% | 0.9% | - |
| XYZ | 28.85 | 34.56 | 80.01 | - |
| YUV | 130.5 | 184.15 | 45.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 170 | 230 | 0.93 | 0.26 | 0 | 0.10 | 196.74 | 0.88 | 0.48 |
| Hex | F | AA | E6 | 5D | 1A | 0 | A | C5 | 58 | 30 |
| Octal | 17 | 252 | 346 | 135 | 32 | 0 | 12 | 305 | 130 | 60 |
| Binary | 1111 | 10101010 | 11100110 | 1011101 | 11010 | 0 | 1010 | 11000101 | 1011000 | 110000 |
Color Harmonies of #0FAAE6
Complementary color
Monochromatic Colors of #0FAAE6
Black with #0FAAE6
Text Example
Text Example
White with #0FAAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAAE6; }
p { color: rgb(15,170,230); }
H1.HeaderClassName
{
color: #0FAAE6;
}
.AnyTagClassName
{
color: #0FAAE6;
}
</style>
background-color css
<style>
a { background-color: #0FAAE6; }
a { background-color: rgb(15,170,230); }
div.DivClassName
{
background-color: #0FAAE6;
}
.BgClassName
{
background-color: #0FAAE6;
}
</style>
border-color css
<style>
span { border-color: #0FAAE6; }
span { border-color: rgb(15,170,230); }
td.TdClassName
{
border-color: #0FAAE6;
}
.TagClassName
{
border-color: #0FAAE6;
}
</style>