Shades of Aqua #1AE6FF
Tints of Aqua #1AE6FF
RGB
CMYK
RGB Variations
Color information
#1AE6FF (or 0x1AE6FF) is known color: Aqua. HEX triplet: 1A, E6 and FF. RGB value is (26,230,255). Sum of RGB (Red+Green+Blue) = 26+230+255=511 (67% of max value = 765). Red value is 26 (10.55% from 255 or 5.09% from 511); Green value is 230 (90.23% from 255 or 45.01% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #1AE6FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1AE6FF is #E51900. Grayscale: #ABABAB. Windows color (decimal): -15014145 or 16770586. OLE color: 16770586.
HSL color Cylindrical-coordinate representation of color #1AE6FF: hue angle of 186.55º 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 #1AE6FF is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 26 | 230 | 255 | - |
| CMYK | 0.90 | 0.10 | 0 | 0 |
| HSL | 186.55º | 1% | 0.55% | - |
| HSV(B) | 186.55º | 0.9% | 1% | - |
| XYZ | 46.77 | 64.03 | 104.5 | - |
| YUV | 171.85 | 174.91 | 23.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 230 | 255 | 0.90 | 0.10 | 0 | 0 | 186.55 | 1 | 0.55 |
| Hex | 1A | E6 | FF | 5A | A | 0 | 0 | BB | 64 | 37 |
| Octal | 32 | 346 | 377 | 132 | 12 | 0 | 0 | 273 | 144 | 67 |
| Binary | 11010 | 11100110 | 11111111 | 1011010 | 1010 | 0 | 0 | 10111011 | 1100100 | 110111 |
Color Harmonies of #1AE6FF
Complementary color
Monochromatic Colors of #1AE6FF
Black with #1AE6FF
Text Example
Text Example
White with #1AE6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AE6FF; }
p { color: rgb(26,230,255); }
H1.HeaderClassName
{
color: #1AE6FF;
}
.AnyTagClassName
{
color: #1AE6FF;
}
</style>
background-color css
<style>
a { background-color: #1AE6FF; }
a { background-color: rgb(26,230,255); }
div.DivClassName
{
background-color: #1AE6FF;
}
.BgClassName
{
background-color: #1AE6FF;
}
</style>
border-color css
<style>
span { border-color: #1AE6FF; }
span { border-color: rgb(26,230,255); }
td.TdClassName
{
border-color: #1AE6FF;
}
.TagClassName
{
border-color: #1AE6FF;
}
</style>