Shades of Aqua #2FEEFF
Tints of Aqua #2FEEFF
RGB
CMYK
RGB Variations
Color information
#2FEEFF (or 0x2FEEFF) is known color: Aqua. HEX triplet: 2F, EE and FF. RGB value is (47,238,255). Sum of RGB (Red+Green+Blue) = 47+238+255=540 (71% of max value = 765). Red value is 47 (18.75% from 255 or 8.70% from 540); Green value is 238 (93.36% from 255 or 44.07% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #2FEEFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FEEFF is #D01100. Grayscale: #B6B6B6. Windows color (decimal): -13635841 or 16772655. OLE color: 16772655.
HSL color Cylindrical-coordinate representation of color #2FEEFF: hue angle of 184.9º 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 #2FEEFF is Cyan = 0.82, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 47 | 238 | 255 | - |
| CMYK | 0.82 | 0.07 | 0 | 0 |
| HSL | 184.9º | 1% | 0.59% | - |
| HSV(B) | 184.9º | 0.82% | 1% | - |
| XYZ | 49.8 | 68.97 | 105.3 | - |
| YUV | 182.83 | 168.72 | 31.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 238 | 255 | 0.82 | 0.07 | 0 | 0 | 184.9 | 1 | 0.59 |
| Hex | 2F | EE | FF | 52 | 7 | 0 | 0 | B9 | 64 | 3B |
| Octal | 57 | 356 | 377 | 122 | 7 | 0 | 0 | 271 | 144 | 73 |
| Binary | 101111 | 11101110 | 11111111 | 1010010 | 111 | 0 | 0 | 10111001 | 1100100 | 111011 |
Color Harmonies of #2FEEFF
Complementary color
Monochromatic Colors of #2FEEFF
Black with #2FEEFF
Text Example
Text Example
White with #2FEEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEEFF; }
p { color: rgb(47,238,255); }
H1.HeaderClassName
{
color: #2FEEFF;
}
.AnyTagClassName
{
color: #2FEEFF;
}
</style>
background-color css
<style>
a { background-color: #2FEEFF; }
a { background-color: rgb(47,238,255); }
div.DivClassName
{
background-color: #2FEEFF;
}
.BgClassName
{
background-color: #2FEEFF;
}
</style>
border-color css
<style>
span { border-color: #2FEEFF; }
span { border-color: rgb(47,238,255); }
td.TdClassName
{
border-color: #2FEEFF;
}
.TagClassName
{
border-color: #2FEEFF;
}
</style>