Shades of Aqua #2BF0FF
Tints of Aqua #2BF0FF
RGB
CMYK
RGB Variations
Color information
#2BF0FF (or 0x2BF0FF) is known color: Aqua. HEX triplet: 2B, F0 and FF. RGB value is (43,240,255). Sum of RGB (Red+Green+Blue) = 43+240+255=538 (71% of max value = 765). Red value is 43 (17.19% from 255 or 7.99% from 538); Green value is 240 (94.14% from 255 or 44.61% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #2BF0FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2BF0FF is #D40F00. Grayscale: #B6B6B6. Windows color (decimal): -13897473 or 16773163. OLE color: 16773163.
HSL color Cylindrical-coordinate representation of color #2BF0FF: hue angle of 184.25º 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 #2BF0FF is Cyan = 0.83, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 240 | 255 | - |
| CMYK | 0.83 | 0.06 | 0 | 0 |
| HSL | 184.25º | 1% | 0.58% | - |
| HSV(B) | 184.25º | 0.83% | 1% | - |
| XYZ | 50.21 | 70.05 | 105.48 | - |
| YUV | 182.81 | 168.73 | 28.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 240 | 255 | 0.83 | 0.06 | 0 | 0 | 184.25 | 1 | 0.58 |
| Hex | 2B | F0 | FF | 53 | 6 | 0 | 0 | B8 | 64 | 3A |
| Octal | 53 | 360 | 377 | 123 | 6 | 0 | 0 | 270 | 144 | 72 |
| Binary | 101011 | 11110000 | 11111111 | 1010011 | 110 | 0 | 0 | 10111000 | 1100100 | 111010 |
Color Harmonies of #2BF0FF
Complementary color
Monochromatic Colors of #2BF0FF
Black with #2BF0FF
Text Example
Text Example
White with #2BF0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF0FF; }
p { color: rgb(43,240,255); }
H1.HeaderClassName
{
color: #2BF0FF;
}
.AnyTagClassName
{
color: #2BF0FF;
}
</style>
background-color css
<style>
a { background-color: #2BF0FF; }
a { background-color: rgb(43,240,255); }
div.DivClassName
{
background-color: #2BF0FF;
}
.BgClassName
{
background-color: #2BF0FF;
}
</style>
border-color css
<style>
span { border-color: #2BF0FF; }
span { border-color: rgb(43,240,255); }
td.TdClassName
{
border-color: #2BF0FF;
}
.TagClassName
{
border-color: #2BF0FF;
}
</style>