Shades of Aqua #0EFAFF
Tints of Aqua #0EFAFF
RGB
CMYK
RGB Variations
Color information
#0EFAFF (or 0x0EFAFF) is known color: Aqua. HEX triplet: 0E, FA and FF. RGB value is (14,250,255). Sum of RGB (Red+Green+Blue) = 14+250+255=519 (68% of max value = 765). Red value is 14 (5.86% from 255 or 2.70% from 519); Green value is 250 (98.05% from 255 or 48.17% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #0EFAFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0EFAFF is #F10500. Grayscale: #B3B3B3. Windows color (decimal): -15795457 or 16775694. OLE color: 16775694.
HSL color Cylindrical-coordinate representation of color #0EFAFF: hue angle of 181.24º 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 #0EFAFF is Cyan = 0.95, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 250 | 255 | - |
| CMYK | 0.95 | 0.02 | 0 | 0 |
| HSL | 181.24º | 1% | 0.53% | - |
| HSV(B) | 181.24º | 0.95% | 1% | - |
| XYZ | 52.42 | 75.68 | 106.45 | - |
| YUV | 180.01 | 170.31 | 9.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 250 | 255 | 0.95 | 0.02 | 0 | 0 | 181.24 | 1 | 0.53 |
| Hex | E | FA | FF | 5F | 2 | 0 | 0 | B5 | 64 | 35 |
| Octal | 16 | 372 | 377 | 137 | 2 | 0 | 0 | 265 | 144 | 65 |
| Binary | 1110 | 11111010 | 11111111 | 1011111 | 10 | 0 | 0 | 10110101 | 1100100 | 110101 |
Color Harmonies of #0EFAFF
Complementary color
Monochromatic Colors of #0EFAFF
Black with #0EFAFF
Text Example
Text Example
White with #0EFAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFAFF; }
p { color: rgb(14,250,255); }
H1.HeaderClassName
{
color: #0EFAFF;
}
.AnyTagClassName
{
color: #0EFAFF;
}
</style>
background-color css
<style>
a { background-color: #0EFAFF; }
a { background-color: rgb(14,250,255); }
div.DivClassName
{
background-color: #0EFAFF;
}
.BgClassName
{
background-color: #0EFAFF;
}
</style>
border-color css
<style>
span { border-color: #0EFAFF; }
span { border-color: rgb(14,250,255); }
td.TdClassName
{
border-color: #0EFAFF;
}
.TagClassName
{
border-color: #0EFAFF;
}
</style>