Shades of Deep Sky Blue #0FAAEF
Tints of Deep Sky Blue #0FAAEF
RGB
CMYK
RGB Variations
Color information
#0FAAEF (or 0x0FAAEF) is known color: Deep Sky Blue. HEX triplet: 0F, AA and EF. RGB value is (15,170,239). Sum of RGB (Red+Green+Blue) = 15+170+239=424 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.54% from 424); Green value is 170 (66.80% from 255 or 40.09% from 424); Blue value is 239 (93.75% from 255 or 56.37% from 424); Max value from RGB is 239 - color contains mainly: blue. Hex color #0FAAEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0FAAEF is #F05510. Grayscale: #838383. Windows color (decimal): -15750417 or 15706639. OLE color: 15706639.
HSL color Cylindrical-coordinate representation of color #0FAAEF: hue angle of 198.48º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FAAEF is Cyan = 0.94, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 15 | 170 | 239 | - |
| CMYK | 0.94 | 0.29 | 0 | 0.06 |
| HSL | 198.48º | 0.88% | 0.5% | - |
| HSV(B) | 198.48º | 0.94% | 0.94% | - |
| XYZ | 30.15 | 35.08 | 86.84 | - |
| YUV | 131.52 | 188.65 | 44.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 170 | 239 | 0.94 | 0.29 | 0 | 0.06 | 198.48 | 0.88 | 0.5 |
| Hex | F | AA | EF | 5E | 1D | 0 | 6 | C6 | 58 | 32 |
| Octal | 17 | 252 | 357 | 136 | 35 | 0 | 6 | 306 | 130 | 62 |
| Binary | 1111 | 10101010 | 11101111 | 1011110 | 11101 | 0 | 110 | 11000110 | 1011000 | 110010 |
Color Harmonies of #0FAAEF
Complementary color
Monochromatic Colors of #0FAAEF
Black with #0FAAEF
Text Example
Text Example
White with #0FAAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAAEF; }
p { color: rgb(15,170,239); }
H1.HeaderClassName
{
color: #0FAAEF;
}
.AnyTagClassName
{
color: #0FAAEF;
}
</style>
background-color css
<style>
a { background-color: #0FAAEF; }
a { background-color: rgb(15,170,239); }
div.DivClassName
{
background-color: #0FAAEF;
}
.BgClassName
{
background-color: #0FAAEF;
}
</style>
border-color css
<style>
span { border-color: #0FAAEF; }
span { border-color: rgb(15,170,239); }
td.TdClassName
{
border-color: #0FAAEF;
}
.TagClassName
{
border-color: #0FAAEF;
}
</style>