Shades of Aqua #0EF4FF
Tints of Aqua #0EF4FF
RGB
CMYK
RGB Variations
Color information
#0EF4FF (or 0x0EF4FF) is known color: Aqua. HEX triplet: 0E, F4 and FF. RGB value is (14,244,255). Sum of RGB (Red+Green+Blue) = 14+244+255=513 (67% of max value = 765). Red value is 14 (5.86% from 255 or 2.73% from 513); Green value is 244 (95.70% from 255 or 47.56% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #0EF4FF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0EF4FF is #F10B00. Grayscale: #B0B0B0. Windows color (decimal): -15796993 or 16774158. OLE color: 16774158.
HSL color Cylindrical-coordinate representation of color #0EF4FF: hue angle of 182.74º 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 #0EF4FF is Cyan = 0.95, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 244 | 255 | - |
| CMYK | 0.95 | 0.04 | 0 | 0 |
| HSL | 182.74º | 1% | 0.53% | - |
| HSV(B) | 182.74º | 0.95% | 1% | - |
| XYZ | 50.58 | 72.01 | 105.84 | - |
| YUV | 176.48 | 172.3 | 12.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 244 | 255 | 0.95 | 0.04 | 0 | 0 | 182.74 | 1 | 0.53 |
| Hex | E | F4 | FF | 5F | 4 | 0 | 0 | B7 | 64 | 35 |
| Octal | 16 | 364 | 377 | 137 | 4 | 0 | 0 | 267 | 144 | 65 |
| Binary | 1110 | 11110100 | 11111111 | 1011111 | 100 | 0 | 0 | 10110111 | 1100100 | 110101 |
Color Harmonies of #0EF4FF
Complementary color
Monochromatic Colors of #0EF4FF
Black with #0EF4FF
Text Example
Text Example
White with #0EF4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EF4FF; }
p { color: rgb(14,244,255); }
H1.HeaderClassName
{
color: #0EF4FF;
}
.AnyTagClassName
{
color: #0EF4FF;
}
</style>
background-color css
<style>
a { background-color: #0EF4FF; }
a { background-color: rgb(14,244,255); }
div.DivClassName
{
background-color: #0EF4FF;
}
.BgClassName
{
background-color: #0EF4FF;
}
</style>
border-color css
<style>
span { border-color: #0EF4FF; }
span { border-color: rgb(14,244,255); }
td.TdClassName
{
border-color: #0EF4FF;
}
.TagClassName
{
border-color: #0EF4FF;
}
</style>