Shades of Aqua #0EFFEE
Tints of Aqua #0EFFEE
RGB
CMYK
RGB Variations
Color information
#0EFFEE (or 0x0EFFEE) is known color: Aqua. HEX triplet: 0E, FF and EE. RGB value is (14,255,238). Sum of RGB (Red+Green+Blue) = 14+255+238=507 (67% of max value = 765). Red value is 14 (5.86% from 255 or 2.76% from 507); Green value is 255 (100% from 255 or 50.30% from 507); Blue value is 238 (93.36% from 255 or 46.94% from 507); Max value from RGB is 255 - color contains mainly: green. Hex color #0EFFEE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0EFFEE is #F10011. Grayscale: #B4B4B4. Windows color (decimal): -15794194 or 15662862. OLE color: 15662862.
HSL color Cylindrical-coordinate representation of color #0EFFEE: hue angle of 175.77º 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 #0EFFEE is Cyan = 0.95, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 255 | 238 | - |
| CMYK | 0.95 | 0 | 0.07 | 0 |
| HSL | 175.77º | 1% | 0.53% | - |
| HSV(B) | 175.77º | 0.95% | 1% | - |
| XYZ | 51.37 | 77.79 | 93.2 | - |
| YUV | 181 | 160.16 | 8.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 255 | 238 | 0.95 | 0 | 0.07 | 0 | 175.77 | 1 | 0.53 |
| Hex | E | FF | EE | 5F | 0 | 7 | 0 | B0 | 64 | 35 |
| Octal | 16 | 377 | 356 | 137 | 0 | 7 | 0 | 260 | 144 | 65 |
| Binary | 1110 | 11111111 | 11101110 | 1011111 | 0 | 111 | 0 | 10110000 | 1100100 | 110101 |
Color Harmonies of #0EFFEE
Complementary color
Monochromatic Colors of #0EFFEE
Black with #0EFFEE
Text Example
Text Example
White with #0EFFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFFEE; }
p { color: rgb(14,255,238); }
H1.HeaderClassName
{
color: #0EFFEE;
}
.AnyTagClassName
{
color: #0EFFEE;
}
</style>
background-color css
<style>
a { background-color: #0EFFEE; }
a { background-color: rgb(14,255,238); }
div.DivClassName
{
background-color: #0EFFEE;
}
.BgClassName
{
background-color: #0EFFEE;
}
</style>
border-color css
<style>
span { border-color: #0EFFEE; }
span { border-color: rgb(14,255,238); }
td.TdClassName
{
border-color: #0EFFEE;
}
.TagClassName
{
border-color: #0EFFEE;
}
</style>