Shades of Aqua #1AFFED
Tints of Aqua #1AFFED
RGB
CMYK
RGB Variations
Color information
#1AFFED (or 0x1AFFED) is known color: Aqua. HEX triplet: 1A, FF and ED. RGB value is (26,255,237). Sum of RGB (Red+Green+Blue) = 26+255+237=518 (68% of max value = 765). Red value is 26 (10.55% from 255 or 5.02% from 518); Green value is 255 (100% from 255 or 49.23% from 518); Blue value is 237 (92.97% from 255 or 45.75% from 518); Max value from RGB is 255 - color contains mainly: green. Hex color #1AFFED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1AFFED is #E50012. Grayscale: #B8B8B8. Windows color (decimal): -15007763 or 15597338. OLE color: 15597338.
HSL color Cylindrical-coordinate representation of color #1AFFED: hue angle of 175.28º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AFFED is Cyan = 0.90, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 26 | 255 | 237 | - |
| CMYK | 0.90 | 0 | 0.07 | 0 |
| HSL | 175.28º | 1% | 0.55% | - |
| HSV(B) | 175.28º | 0.9% | 1% | - |
| XYZ | 51.47 | 77.85 | 92.44 | - |
| YUV | 184.48 | 157.63 | 14.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 255 | 237 | 0.90 | 0 | 0.07 | 0 | 175.28 | 1 | 0.55 |
| Hex | 1A | FF | ED | 5A | 0 | 7 | 0 | AF | 64 | 37 |
| Octal | 32 | 377 | 355 | 132 | 0 | 7 | 0 | 257 | 144 | 67 |
| Binary | 11010 | 11111111 | 11101101 | 1011010 | 0 | 111 | 0 | 10101111 | 1100100 | 110111 |
Color Harmonies of #1AFFED
Complementary color
Monochromatic Colors of #1AFFED
Black with #1AFFED
Text Example
Text Example
White with #1AFFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFFED; }
p { color: rgb(26,255,237); }
H1.HeaderClassName
{
color: #1AFFED;
}
.AnyTagClassName
{
color: #1AFFED;
}
</style>
background-color css
<style>
a { background-color: #1AFFED; }
a { background-color: rgb(26,255,237); }
div.DivClassName
{
background-color: #1AFFED;
}
.BgClassName
{
background-color: #1AFFED;
}
</style>
border-color css
<style>
span { border-color: #1AFFED; }
span { border-color: rgb(26,255,237); }
td.TdClassName
{
border-color: #1AFFED;
}
.TagClassName
{
border-color: #1AFFED;
}
</style>