Shades of Aqua #2BEDFE
Tints of Aqua #2BEDFE
RGB
CMYK
RGB Variations
Color information
#2BEDFE (or 0x2BEDFE) is known color: Aqua. HEX triplet: 2B, ED and FE. RGB value is (43,237,254). Sum of RGB (Red+Green+Blue) = 43+237+254=534 (70% of max value = 765). Red value is 43 (17.19% from 255 or 8.05% from 534); Green value is 237 (92.97% from 255 or 44.38% from 534); Blue value is 254 (99.61% from 255 or 47.57% from 534); Max value from RGB is 254 - color contains mainly: blue. Hex color #2BEDFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2BEDFE is #D41201. Grayscale: #B4B4B4. Windows color (decimal): -13898242 or 16706859. OLE color: 16706859.
HSL color Cylindrical-coordinate representation of color #2BEDFE: hue angle of 184.83º 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 #2BEDFE is Cyan = 0.83, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 43 | 237 | 254 | - |
| CMYK | 0.83 | 0.07 | 0 | 0.00 |
| HSL | 184.83º | 0.99% | 0.58% | - |
| HSV(B) | 184.83º | 0.83% | 1% | - |
| XYZ | 49.17 | 68.24 | 104.35 | - |
| YUV | 180.93 | 169.23 | 29.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 237 | 254 | 0.83 | 0.07 | 0 | 0.00 | 184.83 | 0.99 | 0.58 |
| Hex | 2B | ED | FE | 53 | 7 | 0 | 0 | B9 | 63 | 3A |
| Octal | 53 | 355 | 376 | 123 | 7 | 0 | 0 | 271 | 143 | 72 |
| Binary | 101011 | 11101101 | 11111110 | 1010011 | 111 | 0 | 0 | 10111001 | 1100011 | 111010 |
Color Harmonies of #2BEDFE
Complementary color
Monochromatic Colors of #2BEDFE
Black with #2BEDFE
Text Example
Text Example
White with #2BEDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEDFE; }
p { color: rgb(43,237,254); }
H1.HeaderClassName
{
color: #2BEDFE;
}
.AnyTagClassName
{
color: #2BEDFE;
}
</style>
background-color css
<style>
a { background-color: #2BEDFE; }
a { background-color: rgb(43,237,254); }
div.DivClassName
{
background-color: #2BEDFE;
}
.BgClassName
{
background-color: #2BEDFE;
}
</style>
border-color css
<style>
span { border-color: #2BEDFE; }
span { border-color: rgb(43,237,254); }
td.TdClassName
{
border-color: #2BEDFE;
}
.TagClassName
{
border-color: #2BEDFE;
}
</style>