Shades of Aqua #2AEEFF
Tints of Aqua #2AEEFF
RGB
CMYK
RGB Variations
Color information
#2AEEFF (or 0x2AEEFF) is known color: Aqua. HEX triplet: 2A, EE and FF. RGB value is (42,238,255). Sum of RGB (Red+Green+Blue) = 42+238+255=535 (70% of max value = 765). Red value is 42 (16.80% from 255 or 7.85% from 535); Green value is 238 (93.36% from 255 or 44.49% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #2AEEFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2AEEFF is #D51100. Grayscale: #B5B5B5. Windows color (decimal): -13963521 or 16772650. OLE color: 16772650.
HSL color Cylindrical-coordinate representation of color #2AEEFF: hue angle of 184.79º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2AEEFF is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 238 | 255 | - |
| CMYK | 0.84 | 0.07 | 0 | 0 |
| HSL | 184.79º | 1% | 0.58% | - |
| HSV(B) | 184.79º | 0.84% | 1% | - |
| XYZ | 49.58 | 68.86 | 105.29 | - |
| YUV | 181.33 | 169.57 | 28.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 238 | 255 | 0.84 | 0.07 | 0 | 0 | 184.79 | 1 | 0.58 |
| Hex | 2A | EE | FF | 54 | 7 | 0 | 0 | B9 | 64 | 3A |
| Octal | 52 | 356 | 377 | 124 | 7 | 0 | 0 | 271 | 144 | 72 |
| Binary | 101010 | 11101110 | 11111111 | 1010100 | 111 | 0 | 0 | 10111001 | 1100100 | 111010 |
Color Harmonies of #2AEEFF
Complementary color
Monochromatic Colors of #2AEEFF
Black with #2AEEFF
Text Example
Text Example
White with #2AEEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AEEFF; }
p { color: rgb(42,238,255); }
H1.HeaderClassName
{
color: #2AEEFF;
}
.AnyTagClassName
{
color: #2AEEFF;
}
</style>
background-color css
<style>
a { background-color: #2AEEFF; }
a { background-color: rgb(42,238,255); }
div.DivClassName
{
background-color: #2AEEFF;
}
.BgClassName
{
background-color: #2AEEFF;
}
</style>
border-color css
<style>
span { border-color: #2AEEFF; }
span { border-color: rgb(42,238,255); }
td.TdClassName
{
border-color: #2AEEFF;
}
.TagClassName
{
border-color: #2AEEFF;
}
</style>