Shades of Iris Blue #1AACC5
Tints of Iris Blue #1AACC5
RGB
CMYK
RGB Variations
Color information
#1AACC5 (or 0x1AACC5) is known color: Iris Blue. HEX triplet: 1A, AC and C5. RGB value is (26,172,197). Sum of RGB (Red+Green+Blue) = 26+172+197=395 (52% of max value = 765). Red value is 26 (10.55% from 255 or 6.58% from 395); Green value is 172 (67.58% from 255 or 43.54% from 395); Blue value is 197 (77.34% from 255 or 49.87% from 395); Max value from RGB is 197 - color contains mainly: blue. Hex color #1AACC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AACC5 is #E5533A. Grayscale: #828282. Windows color (decimal): -15029051 or 12954650. OLE color: 12954650.
HSL color Cylindrical-coordinate representation of color #1AACC5: hue angle of 188.77º 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 #1AACC5 is Cyan = 0.87, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 26 | 172 | 197 | - |
| CMYK | 0.87 | 0.13 | 0 | 0.23 |
| HSL | 188.77º | 0.77% | 0.44% | - |
| HSV(B) | 188.77º | 0.87% | 0.77% | - |
| XYZ | 25.26 | 33.76 | 58.01 | - |
| YUV | 131.2 | 165.13 | 52.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 172 | 197 | 0.87 | 0.13 | 0 | 0.23 | 188.77 | 0.77 | 0.44 |
| Hex | 1A | AC | C5 | 57 | D | 0 | 17 | BD | 4D | 2C |
| Octal | 32 | 254 | 305 | 127 | 15 | 0 | 27 | 275 | 115 | 54 |
| Binary | 11010 | 10101100 | 11000101 | 1010111 | 1101 | 0 | 10111 | 10111101 | 1001101 | 101100 |
Color Harmonies of #1AACC5
Complementary color
Monochromatic Colors of #1AACC5
Black with #1AACC5
Text Example
Text Example
White with #1AACC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AACC5; }
p { color: rgb(26,172,197); }
H1.HeaderClassName
{
color: #1AACC5;
}
.AnyTagClassName
{
color: #1AACC5;
}
</style>
background-color css
<style>
a { background-color: #1AACC5; }
a { background-color: rgb(26,172,197); }
div.DivClassName
{
background-color: #1AACC5;
}
.BgClassName
{
background-color: #1AACC5;
}
</style>
border-color css
<style>
span { border-color: #1AACC5; }
span { border-color: rgb(26,172,197); }
td.TdClassName
{
border-color: #1AACC5;
}
.TagClassName
{
border-color: #1AACC5;
}
</style>