Shades of Aqua #2AEFFE
Tints of Aqua #2AEFFE
RGB
CMYK
RGB Variations
Color information
#2AEFFE (or 0x2AEFFE) is known color: Aqua. HEX triplet: 2A, EF and FE. RGB value is (42,239,254). Sum of RGB (Red+Green+Blue) = 42+239+254=535 (70% of max value = 765). Red value is 42 (16.80% from 255 or 7.85% from 535); Green value is 239 (93.75% from 255 or 44.67% from 535); Blue value is 254 (99.61% from 255 or 47.48% from 535); Max value from RGB is 254 - color contains mainly: blue. Hex color #2AEFFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2AEFFE is #D51001. Grayscale: #B5B5B5. Windows color (decimal): -13963266 or 16707370. OLE color: 16707370.
HSL color Cylindrical-coordinate representation of color #2AEFFE: hue angle of 184.25º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AEFFE is Cyan = 0.83, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 42 | 239 | 254 | - |
| CMYK | 0.83 | 0.06 | 0 | 0.00 |
| HSL | 184.25º | 0.99% | 0.58% | - |
| HSV(B) | 184.25º | 0.83% | 1% | - |
| XYZ | 49.71 | 69.38 | 104.54 | - |
| YUV | 181.81 | 168.73 | 28.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 239 | 254 | 0.83 | 0.06 | 0 | 0.00 | 184.25 | 0.99 | 0.58 |
| Hex | 2A | EF | FE | 53 | 6 | 0 | 0 | B8 | 63 | 3A |
| Octal | 52 | 357 | 376 | 123 | 6 | 0 | 0 | 270 | 143 | 72 |
| Binary | 101010 | 11101111 | 11111110 | 1010011 | 110 | 0 | 0 | 10111000 | 1100011 | 111010 |
Color Harmonies of #2AEFFE
Complementary color
Monochromatic Colors of #2AEFFE
Black with #2AEFFE
Text Example
Text Example
White with #2AEFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AEFFE; }
p { color: rgb(42,239,254); }
H1.HeaderClassName
{
color: #2AEFFE;
}
.AnyTagClassName
{
color: #2AEFFE;
}
</style>
background-color css
<style>
a { background-color: #2AEFFE; }
a { background-color: rgb(42,239,254); }
div.DivClassName
{
background-color: #2AEFFE;
}
.BgClassName
{
background-color: #2AEFFE;
}
</style>
border-color css
<style>
span { border-color: #2AEFFE; }
span { border-color: rgb(42,239,254); }
td.TdClassName
{
border-color: #2AEFFE;
}
.TagClassName
{
border-color: #2AEFFE;
}
</style>