Shades of Aqua #1AEFFE
Tints of Aqua #1AEFFE
RGB
CMYK
RGB Variations
Color information
#1AEFFE (or 0x1AEFFE) is known color: Aqua. HEX triplet: 1A, EF and FE. RGB value is (26,239,254). Sum of RGB (Red+Green+Blue) = 26+239+254=519 (68% of max value = 765). Red value is 26 (10.55% from 255 or 5.01% from 519); Green value is 239 (93.75% from 255 or 46.05% from 519); Blue value is 254 (99.61% from 255 or 48.94% from 519); Max value from RGB is 254 - color contains mainly: blue. Hex color #1AEFFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1AEFFE is #E51001. Grayscale: #B0B0B0. Windows color (decimal): -15011842 or 16707354. OLE color: 16707354.
HSL color Cylindrical-coordinate representation of color #1AEFFE: hue angle of 183.95º 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 #1AEFFE is Cyan = 0.90, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 26 | 239 | 254 | - |
| CMYK | 0.90 | 0.06 | 0 | 0.00 |
| HSL | 183.95º | 0.99% | 0.55% | - |
| HSV(B) | 183.95º | 0.9% | 1% | - |
| XYZ | 49.18 | 69.11 | 104.51 | - |
| YUV | 177.02 | 171.43 | 20.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 239 | 254 | 0.90 | 0.06 | 0 | 0.00 | 183.95 | 0.99 | 0.55 |
| Hex | 1A | EF | FE | 5A | 6 | 0 | 0 | B8 | 63 | 37 |
| Octal | 32 | 357 | 376 | 132 | 6 | 0 | 0 | 270 | 143 | 67 |
| Binary | 11010 | 11101111 | 11111110 | 1011010 | 110 | 0 | 0 | 10111000 | 1100011 | 110111 |
Color Harmonies of #1AEFFE
Complementary color
Monochromatic Colors of #1AEFFE
Black with #1AEFFE
Text Example
Text Example
White with #1AEFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AEFFE; }
p { color: rgb(26,239,254); }
H1.HeaderClassName
{
color: #1AEFFE;
}
.AnyTagClassName
{
color: #1AEFFE;
}
</style>
background-color css
<style>
a { background-color: #1AEFFE; }
a { background-color: rgb(26,239,254); }
div.DivClassName
{
background-color: #1AEFFE;
}
.BgClassName
{
background-color: #1AEFFE;
}
</style>
border-color css
<style>
span { border-color: #1AEFFE; }
span { border-color: rgb(26,239,254); }
td.TdClassName
{
border-color: #1AEFFE;
}
.TagClassName
{
border-color: #1AEFFE;
}
</style>