Shades of Aqua #2AEAFF
Tints of Aqua #2AEAFF
RGB
CMYK
RGB Variations
Color information
#2AEAFF (or 0x2AEAFF) is known color: Aqua. HEX triplet: 2A, EA and FF. RGB value is (42,234,255). Sum of RGB (Red+Green+Blue) = 42+234+255=531 (70% of max value = 765). Red value is 42 (16.80% from 255 or 7.91% from 531); Green value is 234 (91.80% from 255 or 44.07% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #2AEAFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2AEAFF is #D51500. Grayscale: #B2B2B2. Windows color (decimal): -13964545 or 16771626. OLE color: 16771626.
HSL color Cylindrical-coordinate representation of color #2AEAFF: hue angle of 185.92º 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 #2AEAFF is Cyan = 0.84, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 234 | 255 | - |
| CMYK | 0.84 | 0.08 | 0 | 0 |
| HSL | 185.92º | 1% | 0.58% | - |
| HSV(B) | 185.92º | 0.84% | 1% | - |
| XYZ | 48.43 | 66.56 | 104.9 | - |
| YUV | 178.99 | 170.89 | 30.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 234 | 255 | 0.84 | 0.08 | 0 | 0 | 185.92 | 1 | 0.58 |
| Hex | 2A | EA | FF | 54 | 8 | 0 | 0 | BA | 64 | 3A |
| Octal | 52 | 352 | 377 | 124 | 10 | 0 | 0 | 272 | 144 | 72 |
| Binary | 101010 | 11101010 | 11111111 | 1010100 | 1000 | 0 | 0 | 10111010 | 1100100 | 111010 |
Color Harmonies of #2AEAFF
Complementary color
Monochromatic Colors of #2AEAFF
Black with #2AEAFF
Text Example
Text Example
White with #2AEAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AEAFF; }
p { color: rgb(42,234,255); }
H1.HeaderClassName
{
color: #2AEAFF;
}
.AnyTagClassName
{
color: #2AEAFF;
}
</style>
background-color css
<style>
a { background-color: #2AEAFF; }
a { background-color: rgb(42,234,255); }
div.DivClassName
{
background-color: #2AEAFF;
}
.BgClassName
{
background-color: #2AEAFF;
}
</style>
border-color css
<style>
span { border-color: #2AEAFF; }
span { border-color: rgb(42,234,255); }
td.TdClassName
{
border-color: #2AEAFF;
}
.TagClassName
{
border-color: #2AEAFF;
}
</style>