Shades of Aqua #2BECFF
Tints of Aqua #2BECFF
RGB
CMYK
RGB Variations
Color information
#2BECFF (or 0x2BECFF) is known color: Aqua. HEX triplet: 2B, EC and FF. RGB value is (43,236,255). Sum of RGB (Red+Green+Blue) = 43+236+255=534 (70% of max value = 765). Red value is 43 (17.19% from 255 or 8.05% from 534); Green value is 236 (92.58% from 255 or 44.19% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #2BECFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2BECFF is #D41300. Grayscale: #B4B4B4. Windows color (decimal): -13898497 or 16772139. OLE color: 16772139.
HSL color Cylindrical-coordinate representation of color #2BECFF: hue angle of 185.38º 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 #2BECFF is Cyan = 0.83, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 236 | 255 | - |
| CMYK | 0.83 | 0.07 | 0 | 0 |
| HSL | 185.38º | 1% | 0.58% | - |
| HSV(B) | 185.38º | 0.83% | 1% | - |
| XYZ | 49.04 | 67.72 | 105.1 | - |
| YUV | 180.46 | 170.06 | 29.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 236 | 255 | 0.83 | 0.07 | 0 | 0 | 185.38 | 1 | 0.58 |
| Hex | 2B | EC | FF | 53 | 7 | 0 | 0 | B9 | 64 | 3A |
| Octal | 53 | 354 | 377 | 123 | 7 | 0 | 0 | 271 | 144 | 72 |
| Binary | 101011 | 11101100 | 11111111 | 1010011 | 111 | 0 | 0 | 10111001 | 1100100 | 111010 |
Color Harmonies of #2BECFF
Complementary color
Monochromatic Colors of #2BECFF
Black with #2BECFF
Text Example
Text Example
White with #2BECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BECFF; }
p { color: rgb(43,236,255); }
H1.HeaderClassName
{
color: #2BECFF;
}
.AnyTagClassName
{
color: #2BECFF;
}
</style>
background-color css
<style>
a { background-color: #2BECFF; }
a { background-color: rgb(43,236,255); }
div.DivClassName
{
background-color: #2BECFF;
}
.BgClassName
{
background-color: #2BECFF;
}
</style>
border-color css
<style>
span { border-color: #2BECFF; }
span { border-color: rgb(43,236,255); }
td.TdClassName
{
border-color: #2BECFF;
}
.TagClassName
{
border-color: #2BECFF;
}
</style>