Shades of Aqua #1AFEF1
Tints of Aqua #1AFEF1
RGB
CMYK
RGB Variations
Color information
#1AFEF1 (or 0x1AFEF1) is known color: Aqua. HEX triplet: 1A, FE and F1. RGB value is (26,254,241). Sum of RGB (Red+Green+Blue) = 26+254+241=521 (69% of max value = 765). Red value is 26 (10.55% from 255 or 4.99% from 521); Green value is 254 (99.61% from 255 or 48.75% from 521); Blue value is 241 (94.53% from 255 or 46.26% from 521); Max value from RGB is 254 - color contains mainly: green. Hex color #1AFEF1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1AFEF1 is #E5010E. Grayscale: #B8B8B8. Windows color (decimal): -15008015 or 15859226. OLE color: 15859226.
HSL color Cylindrical-coordinate representation of color #1AFEF1: hue angle of 176.58º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AFEF1 is Cyan = 0.90, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 26 | 254 | 241 | - |
| CMYK | 0.90 | 0 | 0.05 | 0.00 |
| HSL | 176.58º | 0.99% | 0.55% | - |
| HSV(B) | 176.58º | 0.9% | 1% | - |
| XYZ | 51.75 | 77.45 | 95.44 | - |
| YUV | 184.35 | 159.96 | 15.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 254 | 241 | 0.90 | 0 | 0.05 | 0.00 | 176.58 | 0.99 | 0.55 |
| Hex | 1A | FE | F1 | 5A | 0 | 5 | 0 | B1 | 63 | 37 |
| Octal | 32 | 376 | 361 | 132 | 0 | 5 | 0 | 261 | 143 | 67 |
| Binary | 11010 | 11111110 | 11110001 | 1011010 | 0 | 101 | 0 | 10110001 | 1100011 | 110111 |
Color Harmonies of #1AFEF1
Complementary color
Monochromatic Colors of #1AFEF1
Black with #1AFEF1
Text Example
Text Example
White with #1AFEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFEF1; }
p { color: rgb(26,254,241); }
H1.HeaderClassName
{
color: #1AFEF1;
}
.AnyTagClassName
{
color: #1AFEF1;
}
</style>
background-color css
<style>
a { background-color: #1AFEF1; }
a { background-color: rgb(26,254,241); }
div.DivClassName
{
background-color: #1AFEF1;
}
.BgClassName
{
background-color: #1AFEF1;
}
</style>
border-color css
<style>
span { border-color: #1AFEF1; }
span { border-color: rgb(26,254,241); }
td.TdClassName
{
border-color: #1AFEF1;
}
.TagClassName
{
border-color: #1AFEF1;
}
</style>