Shades of Aqua #2FF7FE
Tints of Aqua #2FF7FE
RGB
CMYK
RGB Variations
Color information
#2FF7FE (or 0x2FF7FE) is known color: Aqua. HEX triplet: 2F, F7 and FE. RGB value is (47,247,254). Sum of RGB (Red+Green+Blue) = 47+247+254=548 (72% of max value = 765). Red value is 47 (18.75% from 255 or 8.58% from 548); Green value is 247 (96.88% from 255 or 45.07% from 548); Blue value is 254 (99.61% from 255 or 46.35% from 548); Max value from RGB is 254 - color contains mainly: blue. Hex color #2FF7FE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FF7FE is #D00801. Grayscale: #BBBBBB. Windows color (decimal): -13633538 or 16709423. OLE color: 16709423.
HSL color Cylindrical-coordinate representation of color #2FF7FE: hue angle of 182.03º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF7FE is Cyan = 0.81, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 47 | 247 | 254 | - |
| CMYK | 0.81 | 0.03 | 0 | 0.00 |
| HSL | 182.03º | 0.99% | 0.59% | - |
| HSV(B) | 182.03º | 0.81% | 1% | - |
| XYZ | 52.32 | 74.28 | 105.35 | - |
| YUV | 188 | 165.24 | 27.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 247 | 254 | 0.81 | 0.03 | 0 | 0.00 | 182.03 | 0.99 | 0.59 |
| Hex | 2F | F7 | FE | 51 | 3 | 0 | 0 | B6 | 63 | 3B |
| Octal | 57 | 367 | 376 | 121 | 3 | 0 | 0 | 266 | 143 | 73 |
| Binary | 101111 | 11110111 | 11111110 | 1010001 | 11 | 0 | 0 | 10110110 | 1100011 | 111011 |
Color Harmonies of #2FF7FE
Complementary color
Monochromatic Colors of #2FF7FE
Black with #2FF7FE
Text Example
Text Example
White with #2FF7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF7FE; }
p { color: rgb(47,247,254); }
H1.HeaderClassName
{
color: #2FF7FE;
}
.AnyTagClassName
{
color: #2FF7FE;
}
</style>
background-color css
<style>
a { background-color: #2FF7FE; }
a { background-color: rgb(47,247,254); }
div.DivClassName
{
background-color: #2FF7FE;
}
.BgClassName
{
background-color: #2FF7FE;
}
</style>
border-color css
<style>
span { border-color: #2FF7FE; }
span { border-color: rgb(47,247,254); }
td.TdClassName
{
border-color: #2FF7FE;
}
.TagClassName
{
border-color: #2FF7FE;
}
</style>