Shades of Aqua #1AECFD
Tints of Aqua #1AECFD
RGB
CMYK
RGB Variations
Color information
#1AECFD (or 0x1AECFD) is known color: Aqua. HEX triplet: 1A, EC and FD. RGB value is (26,236,253). Sum of RGB (Red+Green+Blue) = 26+236+253=515 (68% of max value = 765). Red value is 26 (10.55% from 255 or 5.05% from 515); Green value is 236 (92.58% from 255 or 45.83% from 515); Blue value is 253 (99.22% from 255 or 49.13% from 515); Max value from RGB is 253 - color contains mainly: blue. Hex color #1AECFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1AECFD is #E51302. Grayscale: #AEAEAE. Windows color (decimal): -15012611 or 16641050. OLE color: 16641050.
HSL color Cylindrical-coordinate representation of color #1AECFD: hue angle of 184.49º 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 #1AECFD is Cyan = 0.90, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 26 | 236 | 253 | - |
| CMYK | 0.90 | 0.07 | 0 | 0.01 |
| HSL | 184.49º | 0.98% | 0.55% | - |
| HSV(B) | 184.49º | 0.9% | 0.99% | - |
| XYZ | 48.15 | 67.3 | 103.38 | - |
| YUV | 175.15 | 171.93 | 21.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 236 | 253 | 0.90 | 0.07 | 0 | 0.01 | 184.49 | 0.98 | 0.55 |
| Hex | 1A | EC | FD | 5A | 7 | 0 | 1 | B8 | 62 | 37 |
| Octal | 32 | 354 | 375 | 132 | 7 | 0 | 1 | 270 | 142 | 67 |
| Binary | 11010 | 11101100 | 11111101 | 1011010 | 111 | 0 | 1 | 10111000 | 1100010 | 110111 |
Color Harmonies of #1AECFD
Complementary color
Monochromatic Colors of #1AECFD
Black with #1AECFD
Text Example
Text Example
White with #1AECFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AECFD; }
p { color: rgb(26,236,253); }
H1.HeaderClassName
{
color: #1AECFD;
}
.AnyTagClassName
{
color: #1AECFD;
}
</style>
background-color css
<style>
a { background-color: #1AECFD; }
a { background-color: rgb(26,236,253); }
div.DivClassName
{
background-color: #1AECFD;
}
.BgClassName
{
background-color: #1AECFD;
}
</style>
border-color css
<style>
span { border-color: #1AECFD; }
span { border-color: rgb(26,236,253); }
td.TdClassName
{
border-color: #1AECFD;
}
.TagClassName
{
border-color: #1AECFD;
}
</style>