Shades of Aqua #1AEDFF
Tints of Aqua #1AEDFF
RGB
CMYK
RGB Variations
Color information
#1AEDFF (or 0x1AEDFF) is known color: Aqua. HEX triplet: 1A, ED and FF. RGB value is (26,237,255). Sum of RGB (Red+Green+Blue) = 26+237+255=518 (68% of max value = 765). Red value is 26 (10.55% from 255 or 5.02% from 518); Green value is 237 (92.97% from 255 or 45.75% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #1AEDFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1AEDFF is #E51200. Grayscale: #AFAFAF. Windows color (decimal): -15012353 or 16772378. OLE color: 16772378.
HSL color Cylindrical-coordinate representation of color #1AEDFF: hue angle of 184.72º 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 #1AEDFF is Cyan = 0.90, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 26 | 237 | 255 | - |
| CMYK | 0.90 | 0.07 | 0 | 0 |
| HSL | 184.72º | 1% | 0.55% | - |
| HSV(B) | 184.72º | 0.9% | 1% | - |
| XYZ | 48.76 | 68.01 | 105.16 | - |
| YUV | 175.96 | 172.6 | 21.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 237 | 255 | 0.90 | 0.07 | 0 | 0 | 184.72 | 1 | 0.55 |
| Hex | 1A | ED | FF | 5A | 7 | 0 | 0 | B9 | 64 | 37 |
| Octal | 32 | 355 | 377 | 132 | 7 | 0 | 0 | 271 | 144 | 67 |
| Binary | 11010 | 11101101 | 11111111 | 1011010 | 111 | 0 | 0 | 10111001 | 1100100 | 110111 |
Color Harmonies of #1AEDFF
Complementary color
Monochromatic Colors of #1AEDFF
Black with #1AEDFF
Text Example
Text Example
White with #1AEDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AEDFF; }
p { color: rgb(26,237,255); }
H1.HeaderClassName
{
color: #1AEDFF;
}
.AnyTagClassName
{
color: #1AEDFF;
}
</style>
background-color css
<style>
a { background-color: #1AEDFF; }
a { background-color: rgb(26,237,255); }
div.DivClassName
{
background-color: #1AEDFF;
}
.BgClassName
{
background-color: #1AEDFF;
}
</style>
border-color css
<style>
span { border-color: #1AEDFF; }
span { border-color: rgb(26,237,255); }
td.TdClassName
{
border-color: #1AEDFF;
}
.TagClassName
{
border-color: #1AEDFF;
}
</style>