Shades of Aqua #1AEEFC
Tints of Aqua #1AEEFC
RGB
CMYK
RGB Variations
Color information
#1AEEFC (or 0x1AEEFC) is known color: Aqua. HEX triplet: 1A, EE and FC. RGB value is (26,238,252). Sum of RGB (Red+Green+Blue) = 26+238+252=516 (68% of max value = 765). Red value is 26 (10.55% from 255 or 5.04% from 516); Green value is 238 (93.36% from 255 or 46.12% from 516); Blue value is 252 (98.83% from 255 or 48.84% from 516); Max value from RGB is 252 - color contains mainly: blue. Hex color #1AEEFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1AEEFC is #E51103. Grayscale: #AFAFAF. Windows color (decimal): -15012100 or 16576026. OLE color: 16576026.
HSL color Cylindrical-coordinate representation of color #1AEEFC: hue angle of 183.72º degrees, saturation: 0.97, 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 #1AEEFC is Cyan = 0.90, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 26 | 238 | 252 | - |
| CMYK | 0.90 | 0.06 | 0 | 0.01 |
| HSL | 183.72º | 0.97% | 0.55% | - |
| HSV(B) | 183.72º | 0.9% | 0.99% | - |
| XYZ | 48.57 | 68.4 | 102.74 | - |
| YUV | 176.21 | 170.76 | 20.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 238 | 252 | 0.90 | 0.06 | 0 | 0.01 | 183.72 | 0.97 | 0.55 |
| Hex | 1A | EE | FC | 5A | 6 | 0 | 1 | B8 | 61 | 37 |
| Octal | 32 | 356 | 374 | 132 | 6 | 0 | 1 | 270 | 141 | 67 |
| Binary | 11010 | 11101110 | 11111100 | 1011010 | 110 | 0 | 1 | 10111000 | 1100001 | 110111 |
Color Harmonies of #1AEEFC
Complementary color
Monochromatic Colors of #1AEEFC
Black with #1AEEFC
Text Example
Text Example
White with #1AEEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AEEFC; }
p { color: rgb(26,238,252); }
H1.HeaderClassName
{
color: #1AEEFC;
}
.AnyTagClassName
{
color: #1AEEFC;
}
</style>
background-color css
<style>
a { background-color: #1AEEFC; }
a { background-color: rgb(26,238,252); }
div.DivClassName
{
background-color: #1AEEFC;
}
.BgClassName
{
background-color: #1AEEFC;
}
</style>
border-color css
<style>
span { border-color: #1AEEFC; }
span { border-color: rgb(26,238,252); }
td.TdClassName
{
border-color: #1AEEFC;
}
.TagClassName
{
border-color: #1AEEFC;
}
</style>