Shades of Iris Blue #1AACCC
Tints of Iris Blue #1AACCC
RGB
CMYK
RGB Variations
Color information
#1AACCC (or 0x1AACCC) is known color: Iris Blue. HEX triplet: 1A, AC and CC. RGB value is (26,172,204). Sum of RGB (Red+Green+Blue) = 26+172+204=402 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.47% from 402); Green value is 172 (67.58% from 255 or 42.79% from 402); Blue value is 204 (80.08% from 255 or 50.75% from 402); Max value from RGB is 204 - color contains mainly: blue. Hex color #1AACCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AACCC is #E55333. Grayscale: #838383. Windows color (decimal): -15029044 or 13413402. OLE color: 13413402.
HSL color Cylindrical-coordinate representation of color #1AACCC: hue angle of 190.79º 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 #1AACCC is Cyan = 0.87, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 26 | 172 | 204 | - |
| CMYK | 0.87 | 0.16 | 0 | 0.2 |
| HSL | 190.79º | 0.77% | 0.45% | - |
| HSV(B) | 190.79º | 0.87% | 0.8% | - |
| XYZ | 26.08 | 34.08 | 62.33 | - |
| YUV | 131.99 | 168.63 | 52.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 172 | 204 | 0.87 | 0.16 | 0 | 0.2 | 190.79 | 0.77 | 0.45 |
| Hex | 1A | AC | CC | 57 | 10 | 0 | 14 | BF | 4D | 2D |
| Octal | 32 | 254 | 314 | 127 | 20 | 0 | 24 | 277 | 115 | 55 |
| Binary | 11010 | 10101100 | 11001100 | 1010111 | 10000 | 0 | 10100 | 10111111 | 1001101 | 101101 |
Color Harmonies of #1AACCC
Complementary color
Monochromatic Colors of #1AACCC
Black with #1AACCC
Text Example
Text Example
White with #1AACCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AACCC; }
p { color: rgb(26,172,204); }
H1.HeaderClassName
{
color: #1AACCC;
}
.AnyTagClassName
{
color: #1AACCC;
}
</style>
background-color css
<style>
a { background-color: #1AACCC; }
a { background-color: rgb(26,172,204); }
div.DivClassName
{
background-color: #1AACCC;
}
.BgClassName
{
background-color: #1AACCC;
}
</style>
border-color css
<style>
span { border-color: #1AACCC; }
span { border-color: rgb(26,172,204); }
td.TdClassName
{
border-color: #1AACCC;
}
.TagClassName
{
border-color: #1AACCC;
}
</style>