Shades of Aqua #0EFFF9
Tints of Aqua #0EFFF9
RGB
CMYK
RGB Variations
Color information
#0EFFF9 (or 0x0EFFF9) is known color: Aqua. HEX triplet: 0E, FF and F9. RGB value is (14,255,249). Sum of RGB (Red+Green+Blue) = 14+255+249=518 (68% of max value = 765). Red value is 14 (5.86% from 255 or 2.70% from 518); Green value is 255 (100% from 255 or 49.23% from 518); Blue value is 249 (97.66% from 255 or 48.07% from 518); Max value from RGB is 255 - color contains mainly: green. Hex color #0EFFF9 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0EFFF9 is #F10006. Grayscale: #B6B6B6. Windows color (decimal): -15794183 or 16383758. OLE color: 16383758.
HSL color Cylindrical-coordinate representation of color #0EFFF9: hue angle of 178.51º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0EFFF9 is Cyan = 0.95, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 255 | 249 | - |
| CMYK | 0.95 | 0 | 0.02 | 0 |
| HSL | 178.51º | 1% | 0.53% | - |
| HSV(B) | 178.51º | 0.95% | 1% | - |
| XYZ | 53.04 | 78.45 | 101.97 | - |
| YUV | 182.26 | 165.66 | 7.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 255 | 249 | 0.95 | 0 | 0.02 | 0 | 178.51 | 1 | 0.53 |
| Hex | E | FF | F9 | 5F | 0 | 2 | 0 | B3 | 64 | 35 |
| Octal | 16 | 377 | 371 | 137 | 0 | 2 | 0 | 263 | 144 | 65 |
| Binary | 1110 | 11111111 | 11111001 | 1011111 | 0 | 10 | 0 | 10110011 | 1100100 | 110101 |
Color Harmonies of #0EFFF9
Complementary color
Monochromatic Colors of #0EFFF9
Black with #0EFFF9
Text Example
Text Example
White with #0EFFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFFF9; }
p { color: rgb(14,255,249); }
H1.HeaderClassName
{
color: #0EFFF9;
}
.AnyTagClassName
{
color: #0EFFF9;
}
</style>
background-color css
<style>
a { background-color: #0EFFF9; }
a { background-color: rgb(14,255,249); }
div.DivClassName
{
background-color: #0EFFF9;
}
.BgClassName
{
background-color: #0EFFF9;
}
</style>
border-color css
<style>
span { border-color: #0EFFF9; }
span { border-color: rgb(14,255,249); }
td.TdClassName
{
border-color: #0EFFF9;
}
.TagClassName
{
border-color: #0EFFF9;
}
</style>