Shades of Deep Sky Blue #0FAEF3
Tints of Deep Sky Blue #0FAEF3
RGB
CMYK
RGB Variations
Color information
#0FAEF3 (or 0x0FAEF3) is known color: Deep Sky Blue. HEX triplet: 0F, AE and F3. RGB value is (15,174,243). Sum of RGB (Red+Green+Blue) = 15+174+243=432 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.47% from 432); Green value is 174 (68.36% from 255 or 40.28% from 432); Blue value is 243 (95.31% from 255 or 56.25% from 432); Max value from RGB is 243 - color contains mainly: blue. Hex color #0FAEF3 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0FAEF3 is #F0510C. Grayscale: #858585. Windows color (decimal): -15749389 or 15969807. OLE color: 15969807.
HSL color Cylindrical-coordinate representation of color #0FAEF3: hue angle of 198.16º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FAEF3 is Cyan = 0.94, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 15 | 174 | 243 | - |
| CMYK | 0.94 | 0.28 | 0 | 0.05 |
| HSL | 198.16º | 0.9% | 0.51% | - |
| HSV(B) | 198.16º | 0.94% | 0.95% | - |
| XYZ | 31.51 | 36.84 | 90.24 | - |
| YUV | 134.33 | 189.32 | 42.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 174 | 243 | 0.94 | 0.28 | 0 | 0.05 | 198.16 | 0.9 | 0.51 |
| Hex | F | AE | F3 | 5E | 1C | 0 | 5 | C6 | 5A | 33 |
| Octal | 17 | 256 | 363 | 136 | 34 | 0 | 5 | 306 | 132 | 63 |
| Binary | 1111 | 10101110 | 11110011 | 1011110 | 11100 | 0 | 101 | 11000110 | 1011010 | 110011 |
Color Harmonies of #0FAEF3
Complementary color
Monochromatic Colors of #0FAEF3
Black with #0FAEF3
Text Example
Text Example
White with #0FAEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAEF3; }
p { color: rgb(15,174,243); }
H1.HeaderClassName
{
color: #0FAEF3;
}
.AnyTagClassName
{
color: #0FAEF3;
}
</style>
background-color css
<style>
a { background-color: #0FAEF3; }
a { background-color: rgb(15,174,243); }
div.DivClassName
{
background-color: #0FAEF3;
}
.BgClassName
{
background-color: #0FAEF3;
}
</style>
border-color css
<style>
span { border-color: #0FAEF3; }
span { border-color: rgb(15,174,243); }
td.TdClassName
{
border-color: #0FAEF3;
}
.TagClassName
{
border-color: #0FAEF3;
}
</style>