Shades of Aqua #0FFAEE
Tints of Aqua #0FFAEE
RGB
CMYK
RGB Variations
Color information
#0FFAEE (or 0x0FFAEE) is known color: Aqua. HEX triplet: 0F, FA and EE. RGB value is (15,250,238). Sum of RGB (Red+Green+Blue) = 15+250+238=503 (66% of max value = 765). Red value is 15 (6.25% from 255 or 2.98% from 503); Green value is 250 (98.05% from 255 or 49.70% from 503); Blue value is 238 (93.36% from 255 or 47.32% from 503); Max value from RGB is 250 - color contains mainly: green. Hex color #0FFAEE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FFAEE is #F00511. Grayscale: #B2B2B2. Windows color (decimal): -15729938 or 15661583. OLE color: 15661583.
HSL color Cylindrical-coordinate representation of color #0FFAEE: hue angle of 176.94º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFAEE is Cyan = 0.94, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 250 | 238 | - |
| CMYK | 0.94 | 0 | 0.05 | 0.02 |
| HSL | 176.94º | 0.96% | 0.52% | - |
| HSV(B) | 176.94º | 0.94% | 0.98% | - |
| XYZ | 49.82 | 74.65 | 92.67 | - |
| YUV | 178.37 | 161.64 | 11.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 250 | 238 | 0.94 | 0 | 0.05 | 0.02 | 176.94 | 0.96 | 0.52 |
| Hex | F | FA | EE | 5E | 0 | 5 | 2 | B1 | 60 | 34 |
| Octal | 17 | 372 | 356 | 136 | 0 | 5 | 2 | 261 | 140 | 64 |
| Binary | 1111 | 11111010 | 11101110 | 1011110 | 0 | 101 | 10 | 10110001 | 1100000 | 110100 |
Color Harmonies of #0FFAEE
Complementary color
Monochromatic Colors of #0FFAEE
Black with #0FFAEE
Text Example
Text Example
White with #0FFAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFAEE; }
p { color: rgb(15,250,238); }
H1.HeaderClassName
{
color: #0FFAEE;
}
.AnyTagClassName
{
color: #0FFAEE;
}
</style>
background-color css
<style>
a { background-color: #0FFAEE; }
a { background-color: rgb(15,250,238); }
div.DivClassName
{
background-color: #0FFAEE;
}
.BgClassName
{
background-color: #0FFAEE;
}
</style>
border-color css
<style>
span { border-color: #0FFAEE; }
span { border-color: rgb(15,250,238); }
td.TdClassName
{
border-color: #0FFAEE;
}
.TagClassName
{
border-color: #0FFAEE;
}
</style>