Shades of Aqua #0EFFFD
Tints of Aqua #0EFFFD
RGB
CMYK
RGB Variations
Color information
#0EFFFD (or 0x0EFFFD) is known color: Aqua. HEX triplet: 0E, FF and FD. RGB value is (14,255,253). Sum of RGB (Red+Green+Blue) = 14+255+253=522 (69% of max value = 765). Red value is 14 (5.86% from 255 or 2.68% from 522); Green value is 255 (100% from 255 or 48.85% from 522); Blue value is 253 (99.22% from 255 or 48.47% from 522); Max value from RGB is 255 - color contains mainly: green. Hex color #0EFFFD is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0EFFFD is #F10002. Grayscale: #B6B6B6. Windows color (decimal): -15794179 or 16645902. OLE color: 16645902.
HSL color Cylindrical-coordinate representation of color #0EFFFD: hue angle of 179.5º 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 #0EFFFD is Cyan = 0.95, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 255 | 253 | - |
| CMYK | 0.95 | 0 | 0.01 | 0 |
| HSL | 179.5º | 1% | 0.53% | - |
| HSV(B) | 179.5º | 0.95% | 1% | - |
| XYZ | 53.67 | 78.71 | 105.29 | - |
| YUV | 182.71 | 167.66 | 7.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 255 | 253 | 0.95 | 0 | 0.01 | 0 | 179.5 | 1 | 0.53 |
| Hex | E | FF | FD | 5F | 0 | 1 | 0 | B4 | 64 | 35 |
| Octal | 16 | 377 | 375 | 137 | 0 | 1 | 0 | 264 | 144 | 65 |
| Binary | 1110 | 11111111 | 11111101 | 1011111 | 0 | 1 | 0 | 10110100 | 1100100 | 110101 |
Color Harmonies of #0EFFFD
Complementary color
Monochromatic Colors of #0EFFFD
Black with #0EFFFD
Text Example
Text Example
White with #0EFFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFFFD; }
p { color: rgb(14,255,253); }
H1.HeaderClassName
{
color: #0EFFFD;
}
.AnyTagClassName
{
color: #0EFFFD;
}
</style>
background-color css
<style>
a { background-color: #0EFFFD; }
a { background-color: rgb(14,255,253); }
div.DivClassName
{
background-color: #0EFFFD;
}
.BgClassName
{
background-color: #0EFFFD;
}
</style>
border-color css
<style>
span { border-color: #0EFFFD; }
span { border-color: rgb(14,255,253); }
td.TdClassName
{
border-color: #0EFFFD;
}
.TagClassName
{
border-color: #0EFFFD;
}
</style>