Shades of Aqua #2FEBFF
Tints of Aqua #2FEBFF
RGB
CMYK
RGB Variations
Color information
#2FEBFF (or 0x2FEBFF) is known color: Aqua. HEX triplet: 2F, EB and FF. RGB value is (47,235,255). Sum of RGB (Red+Green+Blue) = 47+235+255=537 (71% of max value = 765). Red value is 47 (18.75% from 255 or 8.75% from 537); Green value is 235 (92.19% from 255 or 43.76% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #2FEBFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FEBFF is #D01400. Grayscale: #B4B4B4. Windows color (decimal): -13636609 or 16771887. OLE color: 16771887.
HSL color Cylindrical-coordinate representation of color #2FEBFF: hue angle of 185.77º 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 #2FEBFF is Cyan = 0.82, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 47 | 235 | 255 | - |
| CMYK | 0.82 | 0.08 | 0 | 0 |
| HSL | 185.77º | 1% | 0.59% | - |
| HSV(B) | 185.77º | 0.82% | 1% | - |
| XYZ | 48.93 | 67.24 | 105.01 | - |
| YUV | 181.07 | 169.72 | 32.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 235 | 255 | 0.82 | 0.08 | 0 | 0 | 185.77 | 1 | 0.59 |
| Hex | 2F | EB | FF | 52 | 8 | 0 | 0 | BA | 64 | 3B |
| Octal | 57 | 353 | 377 | 122 | 10 | 0 | 0 | 272 | 144 | 73 |
| Binary | 101111 | 11101011 | 11111111 | 1010010 | 1000 | 0 | 0 | 10111010 | 1100100 | 111011 |
Color Harmonies of #2FEBFF
Complementary color
Monochromatic Colors of #2FEBFF
Black with #2FEBFF
Text Example
Text Example
White with #2FEBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEBFF; }
p { color: rgb(47,235,255); }
H1.HeaderClassName
{
color: #2FEBFF;
}
.AnyTagClassName
{
color: #2FEBFF;
}
</style>
background-color css
<style>
a { background-color: #2FEBFF; }
a { background-color: rgb(47,235,255); }
div.DivClassName
{
background-color: #2FEBFF;
}
.BgClassName
{
background-color: #2FEBFF;
}
</style>
border-color css
<style>
span { border-color: #2FEBFF; }
span { border-color: rgb(47,235,255); }
td.TdClassName
{
border-color: #2FEBFF;
}
.TagClassName
{
border-color: #2FEBFF;
}
</style>