Shades of Aqua #2BEEFF
Tints of Aqua #2BEEFF
RGB
CMYK
RGB Variations
Color information
#2BEEFF (or 0x2BEEFF) is known color: Aqua. HEX triplet: 2B, EE and FF. RGB value is (43,238,255). Sum of RGB (Red+Green+Blue) = 43+238+255=536 (70% of max value = 765). Red value is 43 (17.19% from 255 or 8.02% from 536); Green value is 238 (93.36% from 255 or 44.40% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #2BEEFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2BEEFF is #D41100. Grayscale: #B5B5B5. Windows color (decimal): -13897985 or 16772651. OLE color: 16772651.
HSL color Cylindrical-coordinate representation of color #2BEEFF: hue angle of 184.81º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BEEFF is Cyan = 0.83, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 238 | 255 | - |
| CMYK | 0.83 | 0.07 | 0 | 0 |
| HSL | 184.81º | 1% | 0.58% | - |
| HSV(B) | 184.81º | 0.83% | 1% | - |
| XYZ | 49.62 | 68.88 | 105.29 | - |
| YUV | 181.63 | 169.4 | 29.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 238 | 255 | 0.83 | 0.07 | 0 | 0 | 184.81 | 1 | 0.58 |
| Hex | 2B | EE | FF | 53 | 7 | 0 | 0 | B9 | 64 | 3A |
| Octal | 53 | 356 | 377 | 123 | 7 | 0 | 0 | 271 | 144 | 72 |
| Binary | 101011 | 11101110 | 11111111 | 1010011 | 111 | 0 | 0 | 10111001 | 1100100 | 111010 |
Color Harmonies of #2BEEFF
Complementary color
Monochromatic Colors of #2BEEFF
Black with #2BEEFF
Text Example
Text Example
White with #2BEEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEEFF; }
p { color: rgb(43,238,255); }
H1.HeaderClassName
{
color: #2BEEFF;
}
.AnyTagClassName
{
color: #2BEEFF;
}
</style>
background-color css
<style>
a { background-color: #2BEEFF; }
a { background-color: rgb(43,238,255); }
div.DivClassName
{
background-color: #2BEEFF;
}
.BgClassName
{
background-color: #2BEEFF;
}
</style>
border-color css
<style>
span { border-color: #2BEEFF; }
span { border-color: rgb(43,238,255); }
td.TdClassName
{
border-color: #2BEEFF;
}
.TagClassName
{
border-color: #2BEEFF;
}
</style>