Shades of Aqua #2BECFE
Tints of Aqua #2BECFE
RGB
CMYK
RGB Variations
Color information
#2BECFE (or 0x2BECFE) is known color: Aqua. HEX triplet: 2B, EC and FE. RGB value is (43,236,254). Sum of RGB (Red+Green+Blue) = 43+236+254=533 (70% of max value = 765). Red value is 43 (17.19% from 255 or 8.07% from 533); Green value is 236 (92.58% from 255 or 44.28% from 533); Blue value is 254 (99.61% from 255 or 47.65% from 533); Max value from RGB is 254 - color contains mainly: blue. Hex color #2BECFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2BECFE is #D41301. Grayscale: #B4B4B4. Windows color (decimal): -13898498 or 16706603. OLE color: 16706603.
HSL color Cylindrical-coordinate representation of color #2BECFE: hue angle of 185.12º 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 #2BECFE is Cyan = 0.83, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 43 | 236 | 254 | - |
| CMYK | 0.83 | 0.07 | 0 | 0.00 |
| HSL | 185.12º | 0.99% | 0.58% | - |
| HSV(B) | 185.12º | 0.83% | 1% | - |
| XYZ | 48.88 | 67.66 | 104.25 | - |
| YUV | 180.35 | 169.56 | 30.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 236 | 254 | 0.83 | 0.07 | 0 | 0.00 | 185.12 | 0.99 | 0.58 |
| Hex | 2B | EC | FE | 53 | 7 | 0 | 0 | B9 | 63 | 3A |
| Octal | 53 | 354 | 376 | 123 | 7 | 0 | 0 | 271 | 143 | 72 |
| Binary | 101011 | 11101100 | 11111110 | 1010011 | 111 | 0 | 0 | 10111001 | 1100011 | 111010 |
Color Harmonies of #2BECFE
Complementary color
Monochromatic Colors of #2BECFE
Black with #2BECFE
Text Example
Text Example
White with #2BECFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BECFE; }
p { color: rgb(43,236,254); }
H1.HeaderClassName
{
color: #2BECFE;
}
.AnyTagClassName
{
color: #2BECFE;
}
</style>
background-color css
<style>
a { background-color: #2BECFE; }
a { background-color: rgb(43,236,254); }
div.DivClassName
{
background-color: #2BECFE;
}
.BgClassName
{
background-color: #2BECFE;
}
</style>
border-color css
<style>
span { border-color: #2BECFE; }
span { border-color: rgb(43,236,254); }
td.TdClassName
{
border-color: #2BECFE;
}
.TagClassName
{
border-color: #2BECFE;
}
</style>