Shades of Iris Blue #1AACC0
Tints of Iris Blue #1AACC0
RGB
CMYK
RGB Variations
Color information
#1AACC0 (or 0x1AACC0) is known color: Iris Blue. HEX triplet: 1A, AC and C0. RGB value is (26,172,192). Sum of RGB (Red+Green+Blue) = 26+172+192=390 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.67% from 390); Green value is 172 (67.58% from 255 or 44.10% from 390); Blue value is 192 (75.39% from 255 or 49.23% from 390); Max value from RGB is 192 - color contains mainly: blue. Hex color #1AACC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AACC0 is #E5533F. Grayscale: #828282. Windows color (decimal): -15029056 or 12626970. OLE color: 12626970.
HSL color Cylindrical-coordinate representation of color #1AACC0: hue angle of 187.23º 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 #1AACC0 is Cyan = 0.86, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 26 | 172 | 192 | - |
| CMYK | 0.86 | 0.10 | 0 | 0.25 |
| HSL | 187.23º | 0.76% | 0.43% | - |
| HSV(B) | 187.23º | 0.86% | 0.75% | - |
| XYZ | 24.69 | 33.53 | 55.04 | - |
| YUV | 130.63 | 162.63 | 53.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 172 | 192 | 0.86 | 0.10 | 0 | 0.25 | 187.23 | 0.76 | 0.43 |
| Hex | 1A | AC | C0 | 56 | A | 0 | 19 | BB | 4C | 2B |
| Octal | 32 | 254 | 300 | 126 | 12 | 0 | 31 | 273 | 114 | 53 |
| Binary | 11010 | 10101100 | 11000000 | 1010110 | 1010 | 0 | 11001 | 10111011 | 1001100 | 101011 |
Color Harmonies of #1AACC0
Complementary color
Monochromatic Colors of #1AACC0
Black with #1AACC0
Text Example
Text Example
White with #1AACC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AACC0; }
p { color: rgb(26,172,192); }
H1.HeaderClassName
{
color: #1AACC0;
}
.AnyTagClassName
{
color: #1AACC0;
}
</style>
background-color css
<style>
a { background-color: #1AACC0; }
a { background-color: rgb(26,172,192); }
div.DivClassName
{
background-color: #1AACC0;
}
.BgClassName
{
background-color: #1AACC0;
}
</style>
border-color css
<style>
span { border-color: #1AACC0; }
span { border-color: rgb(26,172,192); }
td.TdClassName
{
border-color: #1AACC0;
}
.TagClassName
{
border-color: #1AACC0;
}
</style>