Shades of Aqua #2AF0FF
Tints of Aqua #2AF0FF
RGB
CMYK
RGB Variations
Color information
#2AF0FF (or 0x2AF0FF) is known color: Aqua. HEX triplet: 2A, F0 and FF. RGB value is (42,240,255). Sum of RGB (Red+Green+Blue) = 42+240+255=537 (71% of max value = 765). Red value is 42 (16.80% from 255 or 7.82% from 537); Green value is 240 (94.14% from 255 or 44.69% 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 #2AF0FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2AF0FF is #D50F00. Grayscale: #B6B6B6. Windows color (decimal): -13963009 or 16773162. OLE color: 16773162.
HSL color Cylindrical-coordinate representation of color #2AF0FF: hue angle of 184.23º 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 #2AF0FF is Cyan = 0.84, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 240 | 255 | - |
| CMYK | 0.84 | 0.06 | 0 | 0 |
| HSL | 184.23º | 1% | 0.58% | - |
| HSV(B) | 184.23º | 0.84% | 1% | - |
| XYZ | 50.16 | 70.03 | 105.48 | - |
| YUV | 182.51 | 168.9 | 27.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 240 | 255 | 0.84 | 0.06 | 0 | 0 | 184.23 | 1 | 0.58 |
| Hex | 2A | F0 | FF | 54 | 6 | 0 | 0 | B8 | 64 | 3A |
| Octal | 52 | 360 | 377 | 124 | 6 | 0 | 0 | 270 | 144 | 72 |
| Binary | 101010 | 11110000 | 11111111 | 1010100 | 110 | 0 | 0 | 10111000 | 1100100 | 111010 |
Color Harmonies of #2AF0FF
Complementary color
Monochromatic Colors of #2AF0FF
Black with #2AF0FF
Text Example
Text Example
White with #2AF0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF0FF; }
p { color: rgb(42,240,255); }
H1.HeaderClassName
{
color: #2AF0FF;
}
.AnyTagClassName
{
color: #2AF0FF;
}
</style>
background-color css
<style>
a { background-color: #2AF0FF; }
a { background-color: rgb(42,240,255); }
div.DivClassName
{
background-color: #2AF0FF;
}
.BgClassName
{
background-color: #2AF0FF;
}
</style>
border-color css
<style>
span { border-color: #2AF0FF; }
span { border-color: rgb(42,240,255); }
td.TdClassName
{
border-color: #2AF0FF;
}
.TagClassName
{
border-color: #2AF0FF;
}
</style>