Shades of Aqua #2AEDFF
Tints of Aqua #2AEDFF
RGB
CMYK
RGB Variations
Color information
#2AEDFF (or 0x2AEDFF) is known color: Aqua. HEX triplet: 2A, ED and FF. RGB value is (42,237,255). Sum of RGB (Red+Green+Blue) = 42+237+255=534 (70% of max value = 765). Red value is 42 (16.80% from 255 or 7.87% from 534); Green value is 237 (92.97% from 255 or 44.38% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #2AEDFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2AEDFF is #D51200. Grayscale: #B4B4B4. Windows color (decimal): -13963777 or 16772394. OLE color: 16772394.
HSL color Cylindrical-coordinate representation of color #2AEDFF: hue angle of 185.07º 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 #2AEDFF is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 237 | 255 | - |
| CMYK | 0.84 | 0.07 | 0 | 0 |
| HSL | 185.07º | 1% | 0.58% | - |
| HSV(B) | 185.07º | 0.84% | 1% | - |
| XYZ | 49.29 | 68.28 | 105.19 | - |
| YUV | 180.75 | 169.9 | 29.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 237 | 255 | 0.84 | 0.07 | 0 | 0 | 185.07 | 1 | 0.58 |
| Hex | 2A | ED | FF | 54 | 7 | 0 | 0 | B9 | 64 | 3A |
| Octal | 52 | 355 | 377 | 124 | 7 | 0 | 0 | 271 | 144 | 72 |
| Binary | 101010 | 11101101 | 11111111 | 1010100 | 111 | 0 | 0 | 10111001 | 1100100 | 111010 |
Color Harmonies of #2AEDFF
Complementary color
Monochromatic Colors of #2AEDFF
Black with #2AEDFF
Text Example
Text Example
White with #2AEDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AEDFF; }
p { color: rgb(42,237,255); }
H1.HeaderClassName
{
color: #2AEDFF;
}
.AnyTagClassName
{
color: #2AEDFF;
}
</style>
background-color css
<style>
a { background-color: #2AEDFF; }
a { background-color: rgb(42,237,255); }
div.DivClassName
{
background-color: #2AEDFF;
}
.BgClassName
{
background-color: #2AEDFF;
}
</style>
border-color css
<style>
span { border-color: #2AEDFF; }
span { border-color: rgb(42,237,255); }
td.TdClassName
{
border-color: #2AEDFF;
}
.TagClassName
{
border-color: #2AEDFF;
}
</style>