Shades of Aqua #1AEAFD
Tints of Aqua #1AEAFD
RGB
CMYK
RGB Variations
Color information
#1AEAFD (or 0x1AEAFD) is known color: Aqua. HEX triplet: 1A, EA and FD. RGB value is (26,234,253). Sum of RGB (Red+Green+Blue) = 26+234+253=513 (67% of max value = 765). Red value is 26 (10.55% from 255 or 5.07% from 513); Green value is 234 (91.80% from 255 or 45.61% from 513); Blue value is 253 (99.22% from 255 or 49.32% from 513); Max value from RGB is 253 - color contains mainly: blue. Hex color #1AEAFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1AEAFD is #E51502. Grayscale: #ADADAD. Windows color (decimal): -15013123 or 16640538. OLE color: 16640538.
HSL color Cylindrical-coordinate representation of color #1AEAFD: hue angle of 185.02º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AEAFD is Cyan = 0.90, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 26 | 234 | 253 | - |
| CMYK | 0.90 | 0.08 | 0 | 0.01 |
| HSL | 185.02º | 0.98% | 0.55% | - |
| HSV(B) | 185.02º | 0.9% | 0.99% | - |
| XYZ | 47.58 | 66.16 | 103.19 | - |
| YUV | 173.97 | 172.59 | 22.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 234 | 253 | 0.90 | 0.08 | 0 | 0.01 | 185.02 | 0.98 | 0.55 |
| Hex | 1A | EA | FD | 5A | 8 | 0 | 1 | B9 | 62 | 37 |
| Octal | 32 | 352 | 375 | 132 | 10 | 0 | 1 | 271 | 142 | 67 |
| Binary | 11010 | 11101010 | 11111101 | 1011010 | 1000 | 0 | 1 | 10111001 | 1100010 | 110111 |
Color Harmonies of #1AEAFD
Complementary color
Monochromatic Colors of #1AEAFD
Black with #1AEAFD
Text Example
Text Example
White with #1AEAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AEAFD; }
p { color: rgb(26,234,253); }
H1.HeaderClassName
{
color: #1AEAFD;
}
.AnyTagClassName
{
color: #1AEAFD;
}
</style>
background-color css
<style>
a { background-color: #1AEAFD; }
a { background-color: rgb(26,234,253); }
div.DivClassName
{
background-color: #1AEAFD;
}
.BgClassName
{
background-color: #1AEAFD;
}
</style>
border-color css
<style>
span { border-color: #1AEAFD; }
span { border-color: rgb(26,234,253); }
td.TdClassName
{
border-color: #1AEAFD;
}
.TagClassName
{
border-color: #1AEAFD;
}
</style>