Shades of Aqua #2BEFFD
Tints of Aqua #2BEFFD
RGB
CMYK
RGB Variations
Color information
#2BEFFD (or 0x2BEFFD) is known color: Aqua. HEX triplet: 2B, EF and FD. RGB value is (43,239,253). Sum of RGB (Red+Green+Blue) = 43+239+253=535 (70% of max value = 765). Red value is 43 (17.19% from 255 or 8.04% from 535); Green value is 239 (93.75% from 255 or 44.67% from 535); Blue value is 253 (99.22% from 255 or 47.29% from 535); Max value from RGB is 253 - color contains mainly: blue. Hex color #2BEFFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2BEFFD is #D41002. Grayscale: #B5B5B5. Windows color (decimal): -13897731 or 16641835. OLE color: 16641835.
HSL color Cylindrical-coordinate representation of color #2BEFFD: hue angle of 184º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BEFFD is Cyan = 0.83, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 43 | 239 | 253 | - |
| CMYK | 0.83 | 0.06 | 0 | 0.01 |
| HSL | 184º | 0.98% | 0.58% | - |
| HSV(B) | 184º | 0.83% | 0.99% | - |
| XYZ | 49.59 | 69.34 | 103.7 | - |
| YUV | 181.99 | 168.07 | 28.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 239 | 253 | 0.83 | 0.06 | 0 | 0.01 | 184 | 0.98 | 0.58 |
| Hex | 2B | EF | FD | 53 | 6 | 0 | 1 | B8 | 62 | 3A |
| Octal | 53 | 357 | 375 | 123 | 6 | 0 | 1 | 270 | 142 | 72 |
| Binary | 101011 | 11101111 | 11111101 | 1010011 | 110 | 0 | 1 | 10111000 | 1100010 | 111010 |
Color Harmonies of #2BEFFD
Complementary color
Monochromatic Colors of #2BEFFD
Black with #2BEFFD
Text Example
Text Example
White with #2BEFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEFFD; }
p { color: rgb(43,239,253); }
H1.HeaderClassName
{
color: #2BEFFD;
}
.AnyTagClassName
{
color: #2BEFFD;
}
</style>
background-color css
<style>
a { background-color: #2BEFFD; }
a { background-color: rgb(43,239,253); }
div.DivClassName
{
background-color: #2BEFFD;
}
.BgClassName
{
background-color: #2BEFFD;
}
</style>
border-color css
<style>
span { border-color: #2BEFFD; }
span { border-color: rgb(43,239,253); }
td.TdClassName
{
border-color: #2BEFFD;
}
.TagClassName
{
border-color: #2BEFFD;
}
</style>