Shades of Deep Sky Blue #0FAEFF
Tints of Deep Sky Blue #0FAEFF
RGB
CMYK
RGB Variations
Color information
#0FAEFF (or 0x0FAEFF) is known color: Deep Sky Blue. HEX triplet: 0F, AE and FF. RGB value is (15,174,255). Sum of RGB (Red+Green+Blue) = 15+174+255=444 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.38% from 444); Green value is 174 (68.36% from 255 or 39.19% from 444); Blue value is 255 (100% from 255 or 57.43% from 444); Max value from RGB is 255 - color contains mainly: blue. Hex color #0FAEFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0FAEFF is #F05100. Grayscale: #878787. Windows color (decimal): -15749377 or 16756239. OLE color: 16756239.
HSL color Cylindrical-coordinate representation of color #0FAEFF: hue angle of 200.25º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FAEFF is Cyan = 0.94, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 15 | 174 | 255 | - |
| CMYK | 0.94 | 0.32 | 0 | 0 |
| HSL | 200.25º | 1% | 0.53% | - |
| HSV(B) | 200.25º | 0.94% | 1% | - |
| XYZ | 33.38 | 37.59 | 100.1 | - |
| YUV | 135.69 | 195.32 | 41.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 174 | 255 | 0.94 | 0.32 | 0 | 0 | 200.25 | 1 | 0.53 |
| Hex | F | AE | FF | 5E | 20 | 0 | 0 | C8 | 64 | 35 |
| Octal | 17 | 256 | 377 | 136 | 40 | 0 | 0 | 310 | 144 | 65 |
| Binary | 1111 | 10101110 | 11111111 | 1011110 | 100000 | 0 | 0 | 11001000 | 1100100 | 110101 |
Color Harmonies of #0FAEFF
Complementary color
Monochromatic Colors of #0FAEFF
Black with #0FAEFF
Text Example
Text Example
White with #0FAEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAEFF; }
p { color: rgb(15,174,255); }
H1.HeaderClassName
{
color: #0FAEFF;
}
.AnyTagClassName
{
color: #0FAEFF;
}
</style>
background-color css
<style>
a { background-color: #0FAEFF; }
a { background-color: rgb(15,174,255); }
div.DivClassName
{
background-color: #0FAEFF;
}
.BgClassName
{
background-color: #0FAEFF;
}
</style>
border-color css
<style>
span { border-color: #0FAEFF; }
span { border-color: rgb(15,174,255); }
td.TdClassName
{
border-color: #0FAEFF;
}
.TagClassName
{
border-color: #0FAEFF;
}
</style>