Shades of Aqua #2BEAFE
Tints of Aqua #2BEAFE
RGB
CMYK
RGB Variations
Color information
#2BEAFE (or 0x2BEAFE) is known color: Aqua. HEX triplet: 2B, EA and FE. RGB value is (43,234,254). Sum of RGB (Red+Green+Blue) = 43+234+254=531 (70% of max value = 765). Red value is 43 (17.19% from 255 or 8.10% from 531); Green value is 234 (91.80% from 255 or 44.07% 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 #2BEAFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2BEAFE is #D41501. Grayscale: #B2B2B2. Windows color (decimal): -13899010 or 16706091. OLE color: 16706091.
HSL color Cylindrical-coordinate representation of color #2BEAFE: hue angle of 185.69º 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 #2BEAFE is Cyan = 0.83, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 43 | 234 | 254 | - |
| CMYK | 0.83 | 0.08 | 0 | 0.00 |
| HSL | 185.69º | 0.99% | 0.58% | - |
| HSV(B) | 185.69º | 0.83% | 1% | - |
| XYZ | 48.31 | 66.51 | 104.06 | - |
| YUV | 179.17 | 170.22 | 30.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 234 | 254 | 0.83 | 0.08 | 0 | 0.00 | 185.69 | 0.99 | 0.58 |
| Hex | 2B | EA | FE | 53 | 8 | 0 | 0 | BA | 63 | 3A |
| Octal | 53 | 352 | 376 | 123 | 10 | 0 | 0 | 272 | 143 | 72 |
| Binary | 101011 | 11101010 | 11111110 | 1010011 | 1000 | 0 | 0 | 10111010 | 1100011 | 111010 |
Color Harmonies of #2BEAFE
Complementary color
Monochromatic Colors of #2BEAFE
Black with #2BEAFE
Text Example
Text Example
White with #2BEAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEAFE; }
p { color: rgb(43,234,254); }
H1.HeaderClassName
{
color: #2BEAFE;
}
.AnyTagClassName
{
color: #2BEAFE;
}
</style>
background-color css
<style>
a { background-color: #2BEAFE; }
a { background-color: rgb(43,234,254); }
div.DivClassName
{
background-color: #2BEAFE;
}
.BgClassName
{
background-color: #2BEAFE;
}
</style>
border-color css
<style>
span { border-color: #2BEAFE; }
span { border-color: rgb(43,234,254); }
td.TdClassName
{
border-color: #2BEAFE;
}
.TagClassName
{
border-color: #2BEAFE;
}
</style>