Shades of Iris Blue #1AAECC
Tints of Iris Blue #1AAECC
RGB
CMYK
RGB Variations
Color information
#1AAECC (or 0x1AAECC) is known color: Iris Blue. HEX triplet: 1A, AE and CC. RGB value is (26,174,204). Sum of RGB (Red+Green+Blue) = 26+174+204=404 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.44% from 404); Green value is 174 (68.36% from 255 or 43.07% from 404); Blue value is 204 (80.08% from 255 or 50.50% from 404); Max value from RGB is 204 - color contains mainly: blue. Hex color #1AAECC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AAECC is #E55133. Grayscale: #848484. Windows color (decimal): -15028532 or 13413914. OLE color: 13413914.
HSL color Cylindrical-coordinate representation of color #1AAECC: hue angle of 190.11º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1AAECC is Cyan = 0.87, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 26 | 174 | 204 | - |
| CMYK | 0.87 | 0.15 | 0 | 0.2 |
| HSL | 190.11º | 0.77% | 0.45% | - |
| HSV(B) | 190.11º | 0.87% | 0.8% | - |
| XYZ | 26.46 | 34.85 | 62.46 | - |
| YUV | 133.17 | 167.97 | 51.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 174 | 204 | 0.87 | 0.15 | 0 | 0.2 | 190.11 | 0.77 | 0.45 |
| Hex | 1A | AE | CC | 57 | F | 0 | 14 | BE | 4D | 2D |
| Octal | 32 | 256 | 314 | 127 | 17 | 0 | 24 | 276 | 115 | 55 |
| Binary | 11010 | 10101110 | 11001100 | 1010111 | 1111 | 0 | 10100 | 10111110 | 1001101 | 101101 |
Color Harmonies of #1AAECC
Complementary color
Monochromatic Colors of #1AAECC
Black with #1AAECC
Text Example
Text Example
White with #1AAECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAECC; }
p { color: rgb(26,174,204); }
H1.HeaderClassName
{
color: #1AAECC;
}
.AnyTagClassName
{
color: #1AAECC;
}
</style>
background-color css
<style>
a { background-color: #1AAECC; }
a { background-color: rgb(26,174,204); }
div.DivClassName
{
background-color: #1AAECC;
}
.BgClassName
{
background-color: #1AAECC;
}
</style>
border-color css
<style>
span { border-color: #1AAECC; }
span { border-color: rgb(26,174,204); }
td.TdClassName
{
border-color: #1AAECC;
}
.TagClassName
{
border-color: #1AAECC;
}
</style>