Shades of Aqua #0EECFD
Tints of Aqua #0EECFD
RGB
CMYK
RGB Variations
Color information
#0EECFD (or 0x0EECFD) is known color: Aqua. HEX triplet: 0E, EC and FD. RGB value is (14,236,253). Sum of RGB (Red+Green+Blue) = 14+236+253=503 (66% of max value = 765). Red value is 14 (5.86% from 255 or 2.78% from 503); Green value is 236 (92.58% from 255 or 46.92% from 503); Blue value is 253 (99.22% from 255 or 50.30% from 503); Max value from RGB is 253 - color contains mainly: blue. Hex color #0EECFD is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0EECFD is #F11302. Grayscale: #ABABAB. Windows color (decimal): -15799043 or 16641038. OLE color: 16641038.
HSL color Cylindrical-coordinate representation of color #0EECFD: hue angle of 184.27º 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 #0EECFD is Cyan = 0.94, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 14 | 236 | 253 | - |
| CMYK | 0.94 | 0.07 | 0 | 0.01 |
| HSL | 184.27º | 0.98% | 0.52% | - |
| HSV(B) | 184.27º | 0.94% | 0.99% | - |
| XYZ | 47.91 | 67.18 | 103.37 | - |
| YUV | 171.56 | 173.95 | 15.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 236 | 253 | 0.94 | 0.07 | 0 | 0.01 | 184.27 | 0.98 | 0.52 |
| Hex | E | EC | FD | 5E | 7 | 0 | 1 | B8 | 62 | 34 |
| Octal | 16 | 354 | 375 | 136 | 7 | 0 | 1 | 270 | 142 | 64 |
| Binary | 1110 | 11101100 | 11111101 | 1011110 | 111 | 0 | 1 | 10111000 | 1100010 | 110100 |
Color Harmonies of #0EECFD
Complementary color
Monochromatic Colors of #0EECFD
Black with #0EECFD
Text Example
Text Example
White with #0EECFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EECFD; }
p { color: rgb(14,236,253); }
H1.HeaderClassName
{
color: #0EECFD;
}
.AnyTagClassName
{
color: #0EECFD;
}
</style>
background-color css
<style>
a { background-color: #0EECFD; }
a { background-color: rgb(14,236,253); }
div.DivClassName
{
background-color: #0EECFD;
}
.BgClassName
{
background-color: #0EECFD;
}
</style>
border-color css
<style>
span { border-color: #0EECFD; }
span { border-color: rgb(14,236,253); }
td.TdClassName
{
border-color: #0EECFD;
}
.TagClassName
{
border-color: #0EECFD;
}
</style>