Shades of Aqua #1AFEFD
Tints of Aqua #1AFEFD
RGB
CMYK
RGB Variations
Color information
#1AFEFD (or 0x1AFEFD) is known color: Aqua. HEX triplet: 1A, FE and FD. RGB value is (26,254,253). Sum of RGB (Red+Green+Blue) = 26+254+253=533 (70% of max value = 765). Red value is 26 (10.55% from 255 or 4.88% from 533); Green value is 254 (99.61% from 255 or 47.65% from 533); Blue value is 253 (99.22% from 255 or 47.47% from 533); Max value from RGB is 254 - color contains mainly: green. Hex color #1AFEFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1AFEFD is #E50102. Grayscale: #B9B9B9. Windows color (decimal): -15008003 or 16645658. OLE color: 16645658.
HSL color Cylindrical-coordinate representation of color #1AFEFD: hue angle of 179.74º 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 #1AFEFD is Cyan = 0.90, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 26 | 254 | 253 | - |
| CMYK | 0.90 | 0 | 0.00 | 0.00 |
| HSL | 179.74º | 0.99% | 0.55% | - |
| HSV(B) | 179.74º | 0.9% | 1% | - |
| XYZ | 53.6 | 78.2 | 105.2 | - |
| YUV | 185.71 | 165.96 | 14.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 254 | 253 | 0.90 | 0 | 0.00 | 0.00 | 179.74 | 0.99 | 0.55 |
| Hex | 1A | FE | FD | 5A | 0 | 0 | 0 | B4 | 63 | 37 |
| Octal | 32 | 376 | 375 | 132 | 0 | 0 | 0 | 264 | 143 | 67 |
| Binary | 11010 | 11111110 | 11111101 | 1011010 | 0 | 0 | 0 | 10110100 | 1100011 | 110111 |
Color Harmonies of #1AFEFD
Complementary color
Monochromatic Colors of #1AFEFD
Black with #1AFEFD
Text Example
Text Example
White with #1AFEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFEFD; }
p { color: rgb(26,254,253); }
H1.HeaderClassName
{
color: #1AFEFD;
}
.AnyTagClassName
{
color: #1AFEFD;
}
</style>
background-color css
<style>
a { background-color: #1AFEFD; }
a { background-color: rgb(26,254,253); }
div.DivClassName
{
background-color: #1AFEFD;
}
.BgClassName
{
background-color: #1AFEFD;
}
</style>
border-color css
<style>
span { border-color: #1AFEFD; }
span { border-color: rgb(26,254,253); }
td.TdClassName
{
border-color: #1AFEFD;
}
.TagClassName
{
border-color: #1AFEFD;
}
</style>