Shades of Deep Sky Blue #0FAEEF
Tints of Deep Sky Blue #0FAEEF
RGB
CMYK
RGB Variations
Color information
#0FAEEF (or 0x0FAEEF) is known color: Deep Sky Blue. HEX triplet: 0F, AE and EF. RGB value is (15,174,239). Sum of RGB (Red+Green+Blue) = 15+174+239=428 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.50% from 428); Green value is 174 (68.36% from 255 or 40.65% from 428); Blue value is 239 (93.75% from 255 or 55.84% from 428); Max value from RGB is 239 - color contains mainly: blue. Hex color #0FAEEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0FAEEF is #F05110. Grayscale: #858585. Windows color (decimal): -15749393 or 15707663. OLE color: 15707663.
HSL color Cylindrical-coordinate representation of color #0FAEEF: hue angle of 197.41º 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 #0FAEEF is Cyan = 0.94, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 15 | 174 | 239 | - |
| CMYK | 0.94 | 0.27 | 0 | 0.06 |
| HSL | 197.41º | 0.88% | 0.5% | - |
| HSV(B) | 197.41º | 0.94% | 0.94% | - |
| XYZ | 30.91 | 36.61 | 87.1 | - |
| YUV | 133.87 | 187.32 | 43.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 174 | 239 | 0.94 | 0.27 | 0 | 0.06 | 197.41 | 0.88 | 0.5 |
| Hex | F | AE | EF | 5E | 1B | 0 | 6 | C5 | 58 | 32 |
| Octal | 17 | 256 | 357 | 136 | 33 | 0 | 6 | 305 | 130 | 62 |
| Binary | 1111 | 10101110 | 11101111 | 1011110 | 11011 | 0 | 110 | 11000101 | 1011000 | 110010 |
Color Harmonies of #0FAEEF
Complementary color
Monochromatic Colors of #0FAEEF
Black with #0FAEEF
Text Example
Text Example
White with #0FAEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAEEF; }
p { color: rgb(15,174,239); }
H1.HeaderClassName
{
color: #0FAEEF;
}
.AnyTagClassName
{
color: #0FAEEF;
}
</style>
background-color css
<style>
a { background-color: #0FAEEF; }
a { background-color: rgb(15,174,239); }
div.DivClassName
{
background-color: #0FAEEF;
}
.BgClassName
{
background-color: #0FAEEF;
}
</style>
border-color css
<style>
span { border-color: #0FAEEF; }
span { border-color: rgb(15,174,239); }
td.TdClassName
{
border-color: #0FAEEF;
}
.TagClassName
{
border-color: #0FAEEF;
}
</style>