Shades of Aqua #2AF7FF
Tints of Aqua #2AF7FF
RGB
CMYK
RGB Variations
Color information
#2AF7FF (or 0x2AF7FF) is known color: Aqua. HEX triplet: 2A, F7 and FF. RGB value is (42,247,255). Sum of RGB (Red+Green+Blue) = 42+247+255=544 (72% of max value = 765). Red value is 42 (16.80% from 255 or 7.72% from 544); Green value is 247 (96.88% from 255 or 45.40% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #2AF7FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2AF7FF is #D50800. Grayscale: #BABABA. Windows color (decimal): -13961217 or 16774954. OLE color: 16774954.
HSL color Cylindrical-coordinate representation of color #2AF7FF: hue angle of 182.25º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2AF7FF is Cyan = 0.84, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 247 | 255 | - |
| CMYK | 0.84 | 0.03 | 0 | 0 |
| HSL | 182.25º | 1% | 0.58% | - |
| HSV(B) | 182.25º | 0.84% | 1% | - |
| XYZ | 52.27 | 74.23 | 106.18 | - |
| YUV | 186.62 | 166.58 | 24.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 247 | 255 | 0.84 | 0.03 | 0 | 0 | 182.25 | 1 | 0.58 |
| Hex | 2A | F7 | FF | 54 | 3 | 0 | 0 | B6 | 64 | 3A |
| Octal | 52 | 367 | 377 | 124 | 3 | 0 | 0 | 266 | 144 | 72 |
| Binary | 101010 | 11110111 | 11111111 | 1010100 | 11 | 0 | 0 | 10110110 | 1100100 | 111010 |
Color Harmonies of #2AF7FF
Complementary color
Monochromatic Colors of #2AF7FF
Black with #2AF7FF
Text Example
Text Example
White with #2AF7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF7FF; }
p { color: rgb(42,247,255); }
H1.HeaderClassName
{
color: #2AF7FF;
}
.AnyTagClassName
{
color: #2AF7FF;
}
</style>
background-color css
<style>
a { background-color: #2AF7FF; }
a { background-color: rgb(42,247,255); }
div.DivClassName
{
background-color: #2AF7FF;
}
.BgClassName
{
background-color: #2AF7FF;
}
</style>
border-color css
<style>
span { border-color: #2AF7FF; }
span { border-color: rgb(42,247,255); }
td.TdClassName
{
border-color: #2AF7FF;
}
.TagClassName
{
border-color: #2AF7FF;
}
</style>