Shades of Aqua #0EEDFD
Tints of Aqua #0EEDFD
RGB
CMYK
RGB Variations
Color information
#0EEDFD (or 0x0EEDFD) is known color: Aqua. HEX triplet: 0E, ED and FD. RGB value is (14,237,253). Sum of RGB (Red+Green+Blue) = 14+237+253=504 (66% of max value = 765). Red value is 14 (5.86% from 255 or 2.78% from 504); Green value is 237 (92.97% from 255 or 47.02% from 504); Blue value is 253 (99.22% from 255 or 50.20% from 504); Max value from RGB is 253 - color contains mainly: blue. Hex color #0EEDFD is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0EEDFD is #F11202. Grayscale: #ABABAB. Windows color (decimal): -15798787 or 16641294. OLE color: 16641294.
HSL color Cylindrical-coordinate representation of color #0EEDFD: hue angle of 184.02º 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 #0EEDFD is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 14 | 237 | 253 | - |
| CMYK | 0.94 | 0.06 | 0 | 0.01 |
| HSL | 184.02º | 0.98% | 0.52% | - |
| HSV(B) | 184.02º | 0.94% | 0.99% | - |
| XYZ | 48.19 | 67.75 | 103.47 | - |
| YUV | 172.15 | 173.62 | 15.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 237 | 253 | 0.94 | 0.06 | 0 | 0.01 | 184.02 | 0.98 | 0.52 |
| Hex | E | ED | FD | 5E | 6 | 0 | 1 | B8 | 62 | 34 |
| Octal | 16 | 355 | 375 | 136 | 6 | 0 | 1 | 270 | 142 | 64 |
| Binary | 1110 | 11101101 | 11111101 | 1011110 | 110 | 0 | 1 | 10111000 | 1100010 | 110100 |
Color Harmonies of #0EEDFD
Complementary color
Monochromatic Colors of #0EEDFD
Black with #0EEDFD
Text Example
Text Example
White with #0EEDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EEDFD; }
p { color: rgb(14,237,253); }
H1.HeaderClassName
{
color: #0EEDFD;
}
.AnyTagClassName
{
color: #0EEDFD;
}
</style>
background-color css
<style>
a { background-color: #0EEDFD; }
a { background-color: rgb(14,237,253); }
div.DivClassName
{
background-color: #0EEDFD;
}
.BgClassName
{
background-color: #0EEDFD;
}
</style>
border-color css
<style>
span { border-color: #0EEDFD; }
span { border-color: rgb(14,237,253); }
td.TdClassName
{
border-color: #0EEDFD;
}
.TagClassName
{
border-color: #0EEDFD;
}
</style>