Shades of Aqua #0EEAFA
Tints of Aqua #0EEAFA
RGB
CMYK
RGB Variations
Color information
#0EEAFA (or 0x0EEAFA) is known color: Aqua. HEX triplet: 0E, EA and FA. RGB value is (14,234,250). Sum of RGB (Red+Green+Blue) = 14+234+250=498 (65% of max value = 765). Red value is 14 (5.86% from 255 or 2.81% from 498); Green value is 234 (91.80% from 255 or 46.99% from 498); Blue value is 250 (98.05% from 255 or 50.20% from 498); Max value from RGB is 250 - color contains mainly: blue. Hex color #0EEAFA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0EEAFA is #F11505. Grayscale: #A9A9A9. Windows color (decimal): -15799558 or 16443918. OLE color: 16443918.
HSL color Cylindrical-coordinate representation of color #0EEAFA: hue angle of 184.07º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EEAFA is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 14 | 234 | 250 | - |
| CMYK | 0.94 | 0.06 | 0 | 0.02 |
| HSL | 184.07º | 0.96% | 0.52% | - |
| HSV(B) | 184.07º | 0.94% | 0.98% | - |
| XYZ | 46.86 | 65.84 | 100.68 | - |
| YUV | 170.04 | 173.11 | 16.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 234 | 250 | 0.94 | 0.06 | 0 | 0.02 | 184.07 | 0.96 | 0.52 |
| Hex | E | EA | FA | 5E | 6 | 0 | 2 | B8 | 60 | 34 |
| Octal | 16 | 352 | 372 | 136 | 6 | 0 | 2 | 270 | 140 | 64 |
| Binary | 1110 | 11101010 | 11111010 | 1011110 | 110 | 0 | 10 | 10111000 | 1100000 | 110100 |
Color Harmonies of #0EEAFA
Complementary color
Monochromatic Colors of #0EEAFA
Black with #0EEAFA
Text Example
Text Example
White with #0EEAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EEAFA; }
p { color: rgb(14,234,250); }
H1.HeaderClassName
{
color: #0EEAFA;
}
.AnyTagClassName
{
color: #0EEAFA;
}
</style>
background-color css
<style>
a { background-color: #0EEAFA; }
a { background-color: rgb(14,234,250); }
div.DivClassName
{
background-color: #0EEAFA;
}
.BgClassName
{
background-color: #0EEAFA;
}
</style>
border-color css
<style>
span { border-color: #0EEAFA; }
span { border-color: rgb(14,234,250); }
td.TdClassName
{
border-color: #0EEAFA;
}
.TagClassName
{
border-color: #0EEAFA;
}
</style>