Shades of Aqua #0EFFF8
Tints of Aqua #0EFFF8
RGB
CMYK
RGB Variations
Color information
#0EFFF8 (or 0x0EFFF8) is known color: Aqua. HEX triplet: 0E, FF and F8. RGB value is (14,255,248). Sum of RGB (Red+Green+Blue) = 14+255+248=517 (68% of max value = 765). Red value is 14 (5.86% from 255 or 2.71% from 517); Green value is 255 (100% from 255 or 49.32% from 517); Blue value is 248 (97.27% from 255 or 47.97% from 517); Max value from RGB is 255 - color contains mainly: green. Hex color #0EFFF8 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0EFFF8 is #F10007. Grayscale: #B5B5B5. Windows color (decimal): -15794184 or 16318222. OLE color: 16318222.
HSL color Cylindrical-coordinate representation of color #0EFFF8: hue angle of 178.26º 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 #0EFFF8 is Cyan = 0.95, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 255 | 248 | - |
| CMYK | 0.95 | 0 | 0.03 | 0 |
| HSL | 178.26º | 1% | 0.53% | - |
| HSV(B) | 178.26º | 0.95% | 1% | - |
| XYZ | 52.88 | 78.39 | 101.15 | - |
| YUV | 182.14 | 165.16 | 8.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 255 | 248 | 0.95 | 0 | 0.03 | 0 | 178.26 | 1 | 0.53 |
| Hex | E | FF | F8 | 5F | 0 | 3 | 0 | B2 | 64 | 35 |
| Octal | 16 | 377 | 370 | 137 | 0 | 3 | 0 | 262 | 144 | 65 |
| Binary | 1110 | 11111111 | 11111000 | 1011111 | 0 | 11 | 0 | 10110010 | 1100100 | 110101 |
Color Harmonies of #0EFFF8
Complementary color
Monochromatic Colors of #0EFFF8
Black with #0EFFF8
Text Example
Text Example
White with #0EFFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFFF8; }
p { color: rgb(14,255,248); }
H1.HeaderClassName
{
color: #0EFFF8;
}
.AnyTagClassName
{
color: #0EFFF8;
}
</style>
background-color css
<style>
a { background-color: #0EFFF8; }
a { background-color: rgb(14,255,248); }
div.DivClassName
{
background-color: #0EFFF8;
}
.BgClassName
{
background-color: #0EFFF8;
}
</style>
border-color css
<style>
span { border-color: #0EFFF8; }
span { border-color: rgb(14,255,248); }
td.TdClassName
{
border-color: #0EFFF8;
}
.TagClassName
{
border-color: #0EFFF8;
}
</style>