Shades of Deep Sky Blue #0FAEF2
Tints of Deep Sky Blue #0FAEF2
RGB
CMYK
RGB Variations
Color information
#0FAEF2 (or 0x0FAEF2) is known color: Deep Sky Blue. HEX triplet: 0F, AE and F2. RGB value is (15,174,242). Sum of RGB (Red+Green+Blue) = 15+174+242=431 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.48% from 431); Green value is 174 (68.36% from 255 or 40.37% from 431); Blue value is 242 (94.92% from 255 or 56.15% from 431); Max value from RGB is 242 - color contains mainly: blue. Hex color #0FAEF2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0FAEF2 is #F0510D. Grayscale: #858585. Windows color (decimal): -15749390 or 15904271. OLE color: 15904271.
HSL color Cylindrical-coordinate representation of color #0FAEF2: hue angle of 197.97º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FAEF2 is Cyan = 0.94, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 15 | 174 | 242 | - |
| CMYK | 0.94 | 0.28 | 0 | 0.05 |
| HSL | 197.97º | 0.9% | 0.5% | - |
| HSV(B) | 197.97º | 0.94% | 0.95% | - |
| XYZ | 31.36 | 36.78 | 89.45 | - |
| YUV | 134.21 | 188.82 | 42.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 174 | 242 | 0.94 | 0.28 | 0 | 0.05 | 197.97 | 0.9 | 0.5 |
| Hex | F | AE | F2 | 5E | 1C | 0 | 5 | C6 | 5A | 32 |
| Octal | 17 | 256 | 362 | 136 | 34 | 0 | 5 | 306 | 132 | 62 |
| Binary | 1111 | 10101110 | 11110010 | 1011110 | 11100 | 0 | 101 | 11000110 | 1011010 | 110010 |
Color Harmonies of #0FAEF2
Complementary color
Monochromatic Colors of #0FAEF2
Black with #0FAEF2
Text Example
Text Example
White with #0FAEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAEF2; }
p { color: rgb(15,174,242); }
H1.HeaderClassName
{
color: #0FAEF2;
}
.AnyTagClassName
{
color: #0FAEF2;
}
</style>
background-color css
<style>
a { background-color: #0FAEF2; }
a { background-color: rgb(15,174,242); }
div.DivClassName
{
background-color: #0FAEF2;
}
.BgClassName
{
background-color: #0FAEF2;
}
</style>
border-color css
<style>
span { border-color: #0FAEF2; }
span { border-color: rgb(15,174,242); }
td.TdClassName
{
border-color: #0FAEF2;
}
.TagClassName
{
border-color: #0FAEF2;
}
</style>