Shades of Iris Blue #1AAEC0
Tints of Iris Blue #1AAEC0
RGB
CMYK
RGB Variations
Color information
#1AAEC0 (or 0x1AAEC0) is known color: Iris Blue. HEX triplet: 1A, AE and C0. RGB value is (26,174,192). Sum of RGB (Red+Green+Blue) = 26+174+192=392 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.63% from 392); Green value is 174 (68.36% from 255 or 44.39% from 392); Blue value is 192 (75.39% from 255 or 48.98% from 392); Max value from RGB is 192 - color contains mainly: blue. Hex color #1AAEC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AAEC0 is #E5513F. Grayscale: #838383. Windows color (decimal): -15028544 or 12627482. OLE color: 12627482.
HSL color Cylindrical-coordinate representation of color #1AAEC0: hue angle of 186.51º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1AAEC0 is Cyan = 0.86, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 26 | 174 | 192 | - |
| CMYK | 0.86 | 0.09 | 0 | 0.25 |
| HSL | 186.51º | 0.76% | 0.43% | - |
| HSV(B) | 186.51º | 0.86% | 0.75% | - |
| XYZ | 25.08 | 34.3 | 55.17 | - |
| YUV | 131.8 | 161.97 | 52.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 174 | 192 | 0.86 | 0.09 | 0 | 0.25 | 186.51 | 0.76 | 0.43 |
| Hex | 1A | AE | C0 | 56 | 9 | 0 | 19 | BB | 4C | 2B |
| Octal | 32 | 256 | 300 | 126 | 11 | 0 | 31 | 273 | 114 | 53 |
| Binary | 11010 | 10101110 | 11000000 | 1010110 | 1001 | 0 | 11001 | 10111011 | 1001100 | 101011 |
Color Harmonies of #1AAEC0
Complementary color
Monochromatic Colors of #1AAEC0
Black with #1AAEC0
Text Example
Text Example
White with #1AAEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAEC0; }
p { color: rgb(26,174,192); }
H1.HeaderClassName
{
color: #1AAEC0;
}
.AnyTagClassName
{
color: #1AAEC0;
}
</style>
background-color css
<style>
a { background-color: #1AAEC0; }
a { background-color: rgb(26,174,192); }
div.DivClassName
{
background-color: #1AAEC0;
}
.BgClassName
{
background-color: #1AAEC0;
}
</style>
border-color css
<style>
span { border-color: #1AAEC0; }
span { border-color: rgb(26,174,192); }
td.TdClassName
{
border-color: #1AAEC0;
}
.TagClassName
{
border-color: #1AAEC0;
}
</style>