Shades of Aqua #2AECFF
Tints of Aqua #2AECFF
RGB
CMYK
RGB Variations
Color information
#2AECFF (or 0x2AECFF) is known color: Aqua. HEX triplet: 2A, EC and FF. RGB value is (42,236,255). Sum of RGB (Red+Green+Blue) = 42+236+255=533 (70% of max value = 765). Red value is 42 (16.80% from 255 or 7.88% from 533); Green value is 236 (92.58% from 255 or 44.28% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #2AECFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2AECFF is #D51300. Grayscale: #B3B3B3. Windows color (decimal): -13964033 or 16772138. OLE color: 16772138.
HSL color Cylindrical-coordinate representation of color #2AECFF: hue angle of 185.35º 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 #2AECFF is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 236 | 255 | - |
| CMYK | 0.84 | 0.07 | 0 | 0 |
| HSL | 185.35º | 1% | 0.58% | - |
| HSV(B) | 185.35º | 0.84% | 1% | - |
| XYZ | 49 | 67.7 | 105.09 | - |
| YUV | 180.16 | 170.23 | 29.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 236 | 255 | 0.84 | 0.07 | 0 | 0 | 185.35 | 1 | 0.58 |
| Hex | 2A | EC | FF | 54 | 7 | 0 | 0 | B9 | 64 | 3A |
| Octal | 52 | 354 | 377 | 124 | 7 | 0 | 0 | 271 | 144 | 72 |
| Binary | 101010 | 11101100 | 11111111 | 1010100 | 111 | 0 | 0 | 10111001 | 1100100 | 111010 |
Color Harmonies of #2AECFF
Complementary color
Monochromatic Colors of #2AECFF
Black with #2AECFF
Text Example
Text Example
White with #2AECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AECFF; }
p { color: rgb(42,236,255); }
H1.HeaderClassName
{
color: #2AECFF;
}
.AnyTagClassName
{
color: #2AECFF;
}
</style>
background-color css
<style>
a { background-color: #2AECFF; }
a { background-color: rgb(42,236,255); }
div.DivClassName
{
background-color: #2AECFF;
}
.BgClassName
{
background-color: #2AECFF;
}
</style>
border-color css
<style>
span { border-color: #2AECFF; }
span { border-color: rgb(42,236,255); }
td.TdClassName
{
border-color: #2AECFF;
}
.TagClassName
{
border-color: #2AECFF;
}
</style>