Shades of Aqua #0EEEFD
Tints of Aqua #0EEEFD
RGB
CMYK
RGB Variations
Color information
#0EEEFD (or 0x0EEEFD) is known color: Aqua. HEX triplet: 0E, EE and FD. RGB value is (14,238,253). Sum of RGB (Red+Green+Blue) = 14+238+253=505 (66% of max value = 765). Red value is 14 (5.86% from 255 or 2.77% from 505); Green value is 238 (93.36% from 255 or 47.13% from 505); Blue value is 253 (99.22% from 255 or 50.10% from 505); Max value from RGB is 253 - color contains mainly: blue. Hex color #0EEEFD is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0EEEFD is #F11102. Grayscale: #ACACAC. Windows color (decimal): -15798531 or 16641550. OLE color: 16641550.
HSL color Cylindrical-coordinate representation of color #0EEEFD: hue angle of 183.77º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EEEFD is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 14 | 238 | 253 | - |
| CMYK | 0.94 | 0.06 | 0 | 0.01 |
| HSL | 183.77º | 0.98% | 0.52% | - |
| HSV(B) | 183.77º | 0.94% | 0.99% | - |
| XYZ | 48.49 | 68.33 | 103.56 | - |
| YUV | 172.73 | 173.29 | 14.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 238 | 253 | 0.94 | 0.06 | 0 | 0.01 | 183.77 | 0.98 | 0.52 |
| Hex | E | EE | FD | 5E | 6 | 0 | 1 | B8 | 62 | 34 |
| Octal | 16 | 356 | 375 | 136 | 6 | 0 | 1 | 270 | 142 | 64 |
| Binary | 1110 | 11101110 | 11111101 | 1011110 | 110 | 0 | 1 | 10111000 | 1100010 | 110100 |
Color Harmonies of #0EEEFD
Complementary color
Monochromatic Colors of #0EEEFD
Black with #0EEEFD
Text Example
Text Example
White with #0EEEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EEEFD; }
p { color: rgb(14,238,253); }
H1.HeaderClassName
{
color: #0EEEFD;
}
.AnyTagClassName
{
color: #0EEEFD;
}
</style>
background-color css
<style>
a { background-color: #0EEEFD; }
a { background-color: rgb(14,238,253); }
div.DivClassName
{
background-color: #0EEEFD;
}
.BgClassName
{
background-color: #0EEEFD;
}
</style>
border-color css
<style>
span { border-color: #0EEEFD; }
span { border-color: rgb(14,238,253); }
td.TdClassName
{
border-color: #0EEEFD;
}
.TagClassName
{
border-color: #0EEEFD;
}
</style>