Shades of Aqua #2FFBFF
Tints of Aqua #2FFBFF
RGB
CMYK
RGB Variations
Color information
#2FFBFF (or 0x2FFBFF) is known color: Aqua. HEX triplet: 2F, FB and FF. RGB value is (47,251,255). Sum of RGB (Red+Green+Blue) = 47+251+255=553 (73% of max value = 765). Red value is 47 (18.75% from 255 or 8.50% from 553); Green value is 251 (98.44% from 255 or 45.39% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #2FFBFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FFBFF is #D00400. Grayscale: #BEBEBE. Windows color (decimal): -13632513 or 16775983. OLE color: 16775983.
HSL color Cylindrical-coordinate representation of color #2FFBFF: hue angle of 181.15º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2FFBFF is Cyan = 0.82, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 47 | 251 | 255 | - |
| CMYK | 0.82 | 0.02 | 0 | 0 |
| HSL | 181.15º | 1% | 0.59% | - |
| HSV(B) | 181.15º | 0.82% | 1% | - |
| XYZ | 53.72 | 76.82 | 106.6 | - |
| YUV | 190.46 | 164.41 | 25.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 251 | 255 | 0.82 | 0.02 | 0 | 0 | 181.15 | 1 | 0.59 |
| Hex | 2F | FB | FF | 52 | 2 | 0 | 0 | B5 | 64 | 3B |
| Octal | 57 | 373 | 377 | 122 | 2 | 0 | 0 | 265 | 144 | 73 |
| Binary | 101111 | 11111011 | 11111111 | 1010010 | 10 | 0 | 0 | 10110101 | 1100100 | 111011 |
Color Harmonies of #2FFBFF
Complementary color
Monochromatic Colors of #2FFBFF
Black with #2FFBFF
Text Example
Text Example
White with #2FFBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFBFF; }
p { color: rgb(47,251,255); }
H1.HeaderClassName
{
color: #2FFBFF;
}
.AnyTagClassName
{
color: #2FFBFF;
}
</style>
background-color css
<style>
a { background-color: #2FFBFF; }
a { background-color: rgb(47,251,255); }
div.DivClassName
{
background-color: #2FFBFF;
}
.BgClassName
{
background-color: #2FFBFF;
}
</style>
border-color css
<style>
span { border-color: #2FFBFF; }
span { border-color: rgb(47,251,255); }
td.TdClassName
{
border-color: #2FFBFF;
}
.TagClassName
{
border-color: #2FFBFF;
}
</style>