Shades of Aqua #1AFAFE
Tints of Aqua #1AFAFE
RGB
CMYK
RGB Variations
Color information
#1AFAFE (or 0x1AFAFE) is known color: Aqua. HEX triplet: 1A, FA and FE. RGB value is (26,250,254). Sum of RGB (Red+Green+Blue) = 26+250+254=530 (70% of max value = 765). Red value is 26 (10.55% from 255 or 4.91% from 530); Green value is 250 (98.05% from 255 or 47.17% from 530); Blue value is 254 (99.61% from 255 or 47.92% from 530); Max value from RGB is 254 - color contains mainly: blue. Hex color #1AFAFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1AFAFE is #E50501. Grayscale: #B7B7B7. Windows color (decimal): -15009026 or 16710170. OLE color: 16710170.
HSL color Cylindrical-coordinate representation of color #1AFAFE: hue angle of 181.05º 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 #1AFAFE is Cyan = 0.90, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 26 | 250 | 254 | - |
| CMYK | 0.90 | 0.02 | 0 | 0.00 |
| HSL | 181.05º | 0.99% | 0.55% | - |
| HSV(B) | 181.05º | 0.9% | 1% | - |
| XYZ | 52.5 | 75.75 | 105.62 | - |
| YUV | 183.48 | 167.79 | 15.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 250 | 254 | 0.90 | 0.02 | 0 | 0.00 | 181.05 | 0.99 | 0.55 |
| Hex | 1A | FA | FE | 5A | 2 | 0 | 0 | B5 | 63 | 37 |
| Octal | 32 | 372 | 376 | 132 | 2 | 0 | 0 | 265 | 143 | 67 |
| Binary | 11010 | 11111010 | 11111110 | 1011010 | 10 | 0 | 0 | 10110101 | 1100011 | 110111 |
Color Harmonies of #1AFAFE
Complementary color
Monochromatic Colors of #1AFAFE
Black with #1AFAFE
Text Example
Text Example
White with #1AFAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFAFE; }
p { color: rgb(26,250,254); }
H1.HeaderClassName
{
color: #1AFAFE;
}
.AnyTagClassName
{
color: #1AFAFE;
}
</style>
background-color css
<style>
a { background-color: #1AFAFE; }
a { background-color: rgb(26,250,254); }
div.DivClassName
{
background-color: #1AFAFE;
}
.BgClassName
{
background-color: #1AFAFE;
}
</style>
border-color css
<style>
span { border-color: #1AFAFE; }
span { border-color: rgb(26,250,254); }
td.TdClassName
{
border-color: #1AFAFE;
}
.TagClassName
{
border-color: #1AFAFE;
}
</style>