Shades of Aqua #2BFAFB
Tints of Aqua #2BFAFB
RGB
CMYK
RGB Variations
Color information
#2BFAFB (or 0x2BFAFB) is known color: Aqua. HEX triplet: 2B, FA and FB. RGB value is (43,250,251). Sum of RGB (Red+Green+Blue) = 43+250+251=544 (72% of max value = 765). Red value is 43 (17.19% from 255 or 7.90% from 544); Green value is 250 (98.05% from 255 or 45.96% from 544); Blue value is 251 (98.44% from 255 or 46.14% from 544); Max value from RGB is 251 - color contains mainly: blue. Hex color #2BFAFB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2BFAFB is #D40504. Grayscale: #BCBCBC. Windows color (decimal): -13894917 or 16513579. OLE color: 16513579.
HSL color Cylindrical-coordinate representation of color #2BFAFB: hue angle of 180.29º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFAFB is Cyan = 0.83, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 250 | 251 | - |
| CMYK | 0.83 | 0.00 | 0 | 0.02 |
| HSL | 180.29º | 0.96% | 0.58% | - |
| HSV(B) | 180.29º | 0.83% | 0.98% | - |
| XYZ | 52.59 | 75.85 | 103.14 | - |
| YUV | 188.22 | 163.42 | 24.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 250 | 251 | 0.83 | 0.00 | 0 | 0.02 | 180.29 | 0.96 | 0.58 |
| Hex | 2B | FA | FB | 53 | 0 | 0 | 2 | B4 | 60 | 3A |
| Octal | 53 | 372 | 373 | 123 | 0 | 0 | 2 | 264 | 140 | 72 |
| Binary | 101011 | 11111010 | 11111011 | 1010011 | 0 | 0 | 10 | 10110100 | 1100000 | 111010 |
Color Harmonies of #2BFAFB
Complementary color
Monochromatic Colors of #2BFAFB
Black with #2BFAFB
Text Example
Text Example
White with #2BFAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFAFB; }
p { color: rgb(43,250,251); }
H1.HeaderClassName
{
color: #2BFAFB;
}
.AnyTagClassName
{
color: #2BFAFB;
}
</style>
background-color css
<style>
a { background-color: #2BFAFB; }
a { background-color: rgb(43,250,251); }
div.DivClassName
{
background-color: #2BFAFB;
}
.BgClassName
{
background-color: #2BFAFB;
}
</style>
border-color css
<style>
span { border-color: #2BFAFB; }
span { border-color: rgb(43,250,251); }
td.TdClassName
{
border-color: #2BFAFB;
}
.TagClassName
{
border-color: #2BFAFB;
}
</style>