Shades of Aqua #2AEBFE
Tints of Aqua #2AEBFE
RGB
CMYK
RGB Variations
Color information
#2AEBFE (or 0x2AEBFE) is known color: Aqua. HEX triplet: 2A, EB and FE. RGB value is (42,235,254). Sum of RGB (Red+Green+Blue) = 42+235+254=531 (70% of max value = 765). Red value is 42 (16.80% from 255 or 7.91% from 531); Green value is 235 (92.19% from 255 or 44.26% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #2AEBFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2AEBFE is #D51401. Grayscale: #B3B3B3. Windows color (decimal): -13964290 or 16706346. OLE color: 16706346.
HSL color Cylindrical-coordinate representation of color #2AEBFE: hue angle of 185.38º 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 #2AEBFE is Cyan = 0.83, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 42 | 235 | 254 | - |
| CMYK | 0.83 | 0.07 | 0 | 0.00 |
| HSL | 185.38º | 0.99% | 0.58% | - |
| HSV(B) | 185.38º | 0.83% | 1% | - |
| XYZ | 48.55 | 67.06 | 104.15 | - |
| YUV | 179.46 | 170.06 | 29.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 235 | 254 | 0.83 | 0.07 | 0 | 0.00 | 185.38 | 0.99 | 0.58 |
| Hex | 2A | EB | FE | 53 | 7 | 0 | 0 | B9 | 63 | 3A |
| Octal | 52 | 353 | 376 | 123 | 7 | 0 | 0 | 271 | 143 | 72 |
| Binary | 101010 | 11101011 | 11111110 | 1010011 | 111 | 0 | 0 | 10111001 | 1100011 | 111010 |
Color Harmonies of #2AEBFE
Complementary color
Monochromatic Colors of #2AEBFE
Black with #2AEBFE
Text Example
Text Example
White with #2AEBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AEBFE; }
p { color: rgb(42,235,254); }
H1.HeaderClassName
{
color: #2AEBFE;
}
.AnyTagClassName
{
color: #2AEBFE;
}
</style>
background-color css
<style>
a { background-color: #2AEBFE; }
a { background-color: rgb(42,235,254); }
div.DivClassName
{
background-color: #2AEBFE;
}
.BgClassName
{
background-color: #2AEBFE;
}
</style>
border-color css
<style>
span { border-color: #2AEBFE; }
span { border-color: rgb(42,235,254); }
td.TdClassName
{
border-color: #2AEBFE;
}
.TagClassName
{
border-color: #2AEBFE;
}
</style>