Shades of Aqua #2BEEFC
Tints of Aqua #2BEEFC
RGB
CMYK
RGB Variations
Color information
#2BEEFC (or 0x2BEEFC) is known color: Aqua. HEX triplet: 2B, EE and FC. RGB value is (43,238,252). Sum of RGB (Red+Green+Blue) = 43+238+252=533 (70% of max value = 765). Red value is 43 (17.19% from 255 or 8.07% from 533); Green value is 238 (93.36% from 255 or 44.65% from 533); Blue value is 252 (98.83% from 255 or 47.28% from 533); Max value from RGB is 252 - color contains mainly: blue. Hex color #2BEEFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2BEEFC is #D41103. Grayscale: #B5B5B5. Windows color (decimal): -13897988 or 16576043. OLE color: 16576043.
HSL color Cylindrical-coordinate representation of color #2BEEFC: hue angle of 184.02º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BEEFC is Cyan = 0.83, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 43 | 238 | 252 | - |
CMYK | 0.83 | 0.06 | 0 | 0.01 |
HSL | 184.02º | 0.97% | 0.58% | - |
HSV(B) | 184.02º | 0.83% | 0.99% | - |
XYZ | 49.14 | 68.69 | 102.76 | - |
YUV | 181.29 | 167.9 | 29.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 43 | 238 | 252 | 0.83 | 0.06 | 0 | 0.01 | 184.02 | 0.97 | 0.58 |
Hex | 2B | EE | FC | 53 | 6 | 0 | 1 | B8 | 61 | 3A |
Octal | 53 | 356 | 374 | 123 | 6 | 0 | 1 | 270 | 141 | 72 |
Binary | 101011 | 11101110 | 11111100 | 1010011 | 110 | 0 | 1 | 10111000 | 1100001 | 111010 |
Color Harmonies of #2BEEFC
Complementary color
Monochromatic Colors of #2BEEFC
Black with #2BEEFC
Text Example
Text Example
White with #2BEEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEEFC; }
p { color: rgb(43,238,252); }
H1.HeaderClassName
{
color: #2BEEFC;
}
.AnyTagClassName
{
color: #2BEEFC;
}
</style>
background-color css
<style>
a { background-color: #2BEEFC; }
a { background-color: rgb(43,238,252); }
div.DivClassName
{
background-color: #2BEEFC;
}
.BgClassName
{
background-color: #2BEEFC;
}
</style>
border-color css
<style>
span { border-color: #2BEEFC; }
span { border-color: rgb(43,238,252); }
td.TdClassName
{
border-color: #2BEEFC;
}
.TagClassName
{
border-color: #2BEEFC;
}
</style>