Shades of Aqua #2FECFF
Tints of Aqua #2FECFF
RGB
CMYK
RGB Variations
Color information
#2FECFF (or 0x2FECFF) is known color: Aqua. HEX triplet: 2F, EC and FF. RGB value is (47,236,255). Sum of RGB (Red+Green+Blue) = 47+236+255=538 (71% of max value = 765). Red value is 47 (18.75% from 255 or 8.74% from 538); Green value is 236 (92.58% from 255 or 43.87% 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 #2FECFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FECFF is #D01300. Grayscale: #B5B5B5. Windows color (decimal): -13636353 or 16772143. OLE color: 16772143.
HSL color Cylindrical-coordinate representation of color #2FECFF: hue angle of 185.48º 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 #2FECFF is Cyan = 0.82, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 47 | 236 | 255 | - |
| CMYK | 0.82 | 0.07 | 0 | 0 |
| HSL | 185.48º | 1% | 0.59% | - |
| HSV(B) | 185.48º | 0.82% | 1% | - |
| XYZ | 49.22 | 67.82 | 105.1 | - |
| YUV | 181.66 | 169.38 | 31.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 236 | 255 | 0.82 | 0.07 | 0 | 0 | 185.48 | 1 | 0.59 |
| Hex | 2F | EC | FF | 52 | 7 | 0 | 0 | B9 | 64 | 3B |
| Octal | 57 | 354 | 377 | 122 | 7 | 0 | 0 | 271 | 144 | 73 |
| Binary | 101111 | 11101100 | 11111111 | 1010010 | 111 | 0 | 0 | 10111001 | 1100100 | 111011 |
Color Harmonies of #2FECFF
Complementary color
Monochromatic Colors of #2FECFF
Black with #2FECFF
Text Example
Text Example
White with #2FECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FECFF; }
p { color: rgb(47,236,255); }
H1.HeaderClassName
{
color: #2FECFF;
}
.AnyTagClassName
{
color: #2FECFF;
}
</style>
background-color css
<style>
a { background-color: #2FECFF; }
a { background-color: rgb(47,236,255); }
div.DivClassName
{
background-color: #2FECFF;
}
.BgClassName
{
background-color: #2FECFF;
}
</style>
border-color css
<style>
span { border-color: #2FECFF; }
span { border-color: rgb(47,236,255); }
td.TdClassName
{
border-color: #2FECFF;
}
.TagClassName
{
border-color: #2FECFF;
}
</style>