Shades of Aqua #2AFAFD
Tints of Aqua #2AFAFD
RGB
CMYK
RGB Variations
Color information
#2AFAFD (or 0x2AFAFD) is known color: Aqua. HEX triplet: 2A, FA and FD. RGB value is (42,250,253). Sum of RGB (Red+Green+Blue) = 42+250+253=545 (72% of max value = 765). Red value is 42 (16.80% from 255 or 7.71% from 545); Green value is 250 (98.05% from 255 or 45.87% from 545); Blue value is 253 (99.22% from 255 or 46.42% from 545); Max value from RGB is 253 - color contains mainly: blue. Hex color #2AFAFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2AFAFD is #D50502. Grayscale: #BBBBBB. Windows color (decimal): -13960451 or 16644650. OLE color: 16644650.
HSL color Cylindrical-coordinate representation of color #2AFAFD: hue angle of 180.85º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AFAFD is Cyan = 0.83, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 42 | 250 | 253 | - |
| CMYK | 0.83 | 0.01 | 0 | 0.01 |
| HSL | 180.85º | 0.98% | 0.58% | - |
| HSV(B) | 180.85º | 0.83% | 0.99% | - |
| XYZ | 52.87 | 75.96 | 104.8 | - |
| YUV | 188.15 | 164.59 | 23.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 250 | 253 | 0.83 | 0.01 | 0 | 0.01 | 180.85 | 0.98 | 0.58 |
| Hex | 2A | FA | FD | 53 | 1 | 0 | 1 | B5 | 62 | 3A |
| Octal | 52 | 372 | 375 | 123 | 1 | 0 | 1 | 265 | 142 | 72 |
| Binary | 101010 | 11111010 | 11111101 | 1010011 | 1 | 0 | 1 | 10110101 | 1100010 | 111010 |
Color Harmonies of #2AFAFD
Complementary color
Monochromatic Colors of #2AFAFD
Black with #2AFAFD
Text Example
Text Example
White with #2AFAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFAFD; }
p { color: rgb(42,250,253); }
H1.HeaderClassName
{
color: #2AFAFD;
}
.AnyTagClassName
{
color: #2AFAFD;
}
</style>
background-color css
<style>
a { background-color: #2AFAFD; }
a { background-color: rgb(42,250,253); }
div.DivClassName
{
background-color: #2AFAFD;
}
.BgClassName
{
background-color: #2AFAFD;
}
</style>
border-color css
<style>
span { border-color: #2AFAFD; }
span { border-color: rgb(42,250,253); }
td.TdClassName
{
border-color: #2AFAFD;
}
.TagClassName
{
border-color: #2AFAFD;
}
</style>