Shades of Aqua #0EFFF3
Tints of Aqua #0EFFF3
RGB
CMYK
RGB Variations
Color information
#0EFFF3 (or 0x0EFFF3) is known color: Aqua. HEX triplet: 0E, FF and F3. RGB value is (14,255,243). Sum of RGB (Red+Green+Blue) = 14+255+243=512 (67% of max value = 765). Red value is 14 (5.86% from 255 or 2.73% from 512); Green value is 255 (100% from 255 or 49.80% from 512); Blue value is 243 (95.31% from 255 or 47.46% from 512); Max value from RGB is 255 - color contains mainly: green. Hex color #0EFFF3 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0EFFF3 is #F1000C. Grayscale: #B5B5B5. Windows color (decimal): -15794189 or 15990542. OLE color: 15990542.
HSL color Cylindrical-coordinate representation of color #0EFFF3: hue angle of 177.01º 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 #0EFFF3 is Cyan = 0.95, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 255 | 243 | - |
| CMYK | 0.95 | 0 | 0.05 | 0 |
| HSL | 177.01º | 1% | 0.53% | - |
| HSV(B) | 177.01º | 0.95% | 1% | - |
| XYZ | 52.12 | 78.08 | 97.12 | - |
| YUV | 181.57 | 162.66 | 8.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 255 | 243 | 0.95 | 0 | 0.05 | 0 | 177.01 | 1 | 0.53 |
| Hex | E | FF | F3 | 5F | 0 | 5 | 0 | B1 | 64 | 35 |
| Octal | 16 | 377 | 363 | 137 | 0 | 5 | 0 | 261 | 144 | 65 |
| Binary | 1110 | 11111111 | 11110011 | 1011111 | 0 | 101 | 0 | 10110001 | 1100100 | 110101 |
Color Harmonies of #0EFFF3
Complementary color
Monochromatic Colors of #0EFFF3
Black with #0EFFF3
Text Example
Text Example
White with #0EFFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFFF3; }
p { color: rgb(14,255,243); }
H1.HeaderClassName
{
color: #0EFFF3;
}
.AnyTagClassName
{
color: #0EFFF3;
}
</style>
background-color css
<style>
a { background-color: #0EFFF3; }
a { background-color: rgb(14,255,243); }
div.DivClassName
{
background-color: #0EFFF3;
}
.BgClassName
{
background-color: #0EFFF3;
}
</style>
border-color css
<style>
span { border-color: #0EFFF3; }
span { border-color: rgb(14,255,243); }
td.TdClassName
{
border-color: #0EFFF3;
}
.TagClassName
{
border-color: #0EFFF3;
}
</style>