Shades of Aqua #1AFEFE
Tints of Aqua #1AFEFE
RGB
CMYK
RGB Variations
Color information
#1AFEFE (or 0x1AFEFE) is known color: Aqua. HEX triplet: 1A, FE and FE. RGB value is (26,254,254). Sum of RGB (Red+Green+Blue) = 26+254+254=534 (70% of max value = 765). Red value is 26 (10.55% from 255 or 4.87% from 534); Green value is 254 (99.61% from 255 or 47.57% from 534); Blue value is 254 (99.61% from 255 or 47.57% from 534); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #1AFEFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1AFEFE is #E50101. Grayscale: #B9B9B9. Windows color (decimal): -15008002 or 16711194. OLE color: 16711194.
HSL color Cylindrical-coordinate representation of color #1AFEFE: hue angle of 180º 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 #1AFEFE is Cyan = 0.90, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 26 | 254 | 254 | - |
| CMYK | 0.90 | 0 | 0 | 0.00 |
| HSL | 180º | 0.99% | 0.55% | - |
| HSV(B) | 180º | 0.9% | 1% | - |
| XYZ | 53.76 | 78.26 | 106.04 | - |
| YUV | 185.83 | 166.46 | 14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 254 | 254 | 0.90 | 0 | 0 | 0.00 | 180 | 0.99 | 0.55 |
| Hex | 1A | FE | FE | 5A | 0 | 0 | 0 | B4 | 63 | 37 |
| Octal | 32 | 376 | 376 | 132 | 0 | 0 | 0 | 264 | 143 | 67 |
| Binary | 11010 | 11111110 | 11111110 | 1011010 | 0 | 0 | 0 | 10110100 | 1100011 | 110111 |
Color Harmonies of #1AFEFE
Complementary color
Monochromatic Colors of #1AFEFE
Black with #1AFEFE
Text Example
Text Example
White with #1AFEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFEFE; }
p { color: rgb(26,254,254); }
H1.HeaderClassName
{
color: #1AFEFE;
}
.AnyTagClassName
{
color: #1AFEFE;
}
</style>
background-color css
<style>
a { background-color: #1AFEFE; }
a { background-color: rgb(26,254,254); }
div.DivClassName
{
background-color: #1AFEFE;
}
.BgClassName
{
background-color: #1AFEFE;
}
</style>
border-color css
<style>
span { border-color: #1AFEFE; }
span { border-color: rgb(26,254,254); }
td.TdClassName
{
border-color: #1AFEFE;
}
.TagClassName
{
border-color: #1AFEFE;
}
</style>