Shades of Aqua #1AFFEE
Tints of Aqua #1AFFEE
RGB
CMYK
RGB Variations
Color information
#1AFFEE (or 0x1AFFEE) is known color: Aqua. HEX triplet: 1A, FF and EE. RGB value is (26,255,238). Sum of RGB (Red+Green+Blue) = 26+255+238=519 (68% of max value = 765). Red value is 26 (10.55% from 255 or 5.01% from 519); Green value is 255 (100% from 255 or 49.13% from 519); Blue value is 238 (93.36% from 255 or 45.86% from 519); Max value from RGB is 255 - color contains mainly: green. Hex color #1AFFEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1AFFEE is #E50011. Grayscale: #B8B8B8. Windows color (decimal): -15007762 or 15662874. OLE color: 15662874.
HSL color Cylindrical-coordinate representation of color #1AFFEE: hue angle of 175.55º 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 #1AFFEE is Cyan = 0.90, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 26 | 255 | 238 | - |
| CMYK | 0.90 | 0 | 0.07 | 0 |
| HSL | 175.55º | 1% | 0.55% | - |
| HSV(B) | 175.55º | 0.9% | 1% | - |
| XYZ | 51.62 | 77.91 | 93.21 | - |
| YUV | 184.59 | 158.13 | 14.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 255 | 238 | 0.90 | 0 | 0.07 | 0 | 175.55 | 1 | 0.55 |
| Hex | 1A | FF | EE | 5A | 0 | 7 | 0 | B0 | 64 | 37 |
| Octal | 32 | 377 | 356 | 132 | 0 | 7 | 0 | 260 | 144 | 67 |
| Binary | 11010 | 11111111 | 11101110 | 1011010 | 0 | 111 | 0 | 10110000 | 1100100 | 110111 |
Color Harmonies of #1AFFEE
Complementary color
Monochromatic Colors of #1AFFEE
Black with #1AFFEE
Text Example
Text Example
White with #1AFFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFFEE; }
p { color: rgb(26,255,238); }
H1.HeaderClassName
{
color: #1AFFEE;
}
.AnyTagClassName
{
color: #1AFFEE;
}
</style>
background-color css
<style>
a { background-color: #1AFFEE; }
a { background-color: rgb(26,255,238); }
div.DivClassName
{
background-color: #1AFFEE;
}
.BgClassName
{
background-color: #1AFFEE;
}
</style>
border-color css
<style>
span { border-color: #1AFFEE; }
span { border-color: rgb(26,255,238); }
td.TdClassName
{
border-color: #1AFFEE;
}
.TagClassName
{
border-color: #1AFFEE;
}
</style>