Shades of Iris Blue #1AAEC5
Tints of Iris Blue #1AAEC5
RGB
CMYK
RGB Variations
Color information
#1AAEC5 (or 0x1AAEC5) is known color: Iris Blue. HEX triplet: 1A, AE and C5. RGB value is (26,174,197). Sum of RGB (Red+Green+Blue) = 26+174+197=397 (52% of max value = 765). Red value is 26 (10.55% from 255 or 6.55% from 397); Green value is 174 (68.36% from 255 or 43.83% from 397); Blue value is 197 (77.34% from 255 or 49.62% from 397); Max value from RGB is 197 - color contains mainly: blue. Hex color #1AAEC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AAEC5 is #E5513A. Grayscale: #848484. Windows color (decimal): -15028539 or 12955162. OLE color: 12955162.
HSL color Cylindrical-coordinate representation of color #1AAEC5: hue angle of 188.07º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1AAEC5 is Cyan = 0.87, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 26 | 174 | 197 | - |
| CMYK | 0.87 | 0.12 | 0 | 0.23 |
| HSL | 188.07º | 0.77% | 0.44% | - |
| HSV(B) | 188.07º | 0.87% | 0.77% | - |
| XYZ | 25.64 | 34.52 | 58.14 | - |
| YUV | 132.37 | 164.47 | 52.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 174 | 197 | 0.87 | 0.12 | 0 | 0.23 | 188.07 | 0.77 | 0.44 |
| Hex | 1A | AE | C5 | 57 | C | 0 | 17 | BC | 4D | 2C |
| Octal | 32 | 256 | 305 | 127 | 14 | 0 | 27 | 274 | 115 | 54 |
| Binary | 11010 | 10101110 | 11000101 | 1010111 | 1100 | 0 | 10111 | 10111100 | 1001101 | 101100 |
Color Harmonies of #1AAEC5
Complementary color
Monochromatic Colors of #1AAEC5
Black with #1AAEC5
Text Example
Text Example
White with #1AAEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAEC5; }
p { color: rgb(26,174,197); }
H1.HeaderClassName
{
color: #1AAEC5;
}
.AnyTagClassName
{
color: #1AAEC5;
}
</style>
background-color css
<style>
a { background-color: #1AAEC5; }
a { background-color: rgb(26,174,197); }
div.DivClassName
{
background-color: #1AAEC5;
}
.BgClassName
{
background-color: #1AAEC5;
}
</style>
border-color css
<style>
span { border-color: #1AAEC5; }
span { border-color: rgb(26,174,197); }
td.TdClassName
{
border-color: #1AAEC5;
}
.TagClassName
{
border-color: #1AAEC5;
}
</style>