Shades of Iris Blue #1AAAD2
Tints of Iris Blue #1AAAD2
RGB
CMYK
RGB Variations
Color information
#1AAAD2 (or 0x1AAAD2) is known color: Iris Blue. HEX triplet: 1A, AA and D2. RGB value is (26,170,210). Sum of RGB (Red+Green+Blue) = 26+170+210=406 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.40% from 406); Green value is 170 (66.80% from 255 or 41.87% from 406); Blue value is 210 (82.42% from 255 or 51.72% from 406); Max value from RGB is 210 - color contains mainly: blue. Hex color #1AAAD2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AAAD2 is #E5552D. Grayscale: #838383. Windows color (decimal): -15029550 or 13806106. OLE color: 13806106.
HSL color Cylindrical-coordinate representation of color #1AAAD2: hue angle of 193.04º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AAAD2 is Cyan = 0.88, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 170 | 210 | - |
| CMYK | 0.88 | 0.19 | 0 | 0.18 |
| HSL | 193.04º | 0.78% | 0.46% | - |
| HSV(B) | 193.04º | 0.88% | 0.82% | - |
| XYZ | 26.43 | 33.62 | 66.07 | - |
| YUV | 131.5 | 172.29 | 52.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 170 | 210 | 0.88 | 0.19 | 0 | 0.18 | 193.04 | 0.78 | 0.46 |
| Hex | 1A | AA | D2 | 58 | 13 | 0 | 12 | C1 | 4E | 2E |
| Octal | 32 | 252 | 322 | 130 | 23 | 0 | 22 | 301 | 116 | 56 |
| Binary | 11010 | 10101010 | 11010010 | 1011000 | 10011 | 0 | 10010 | 11000001 | 1001110 | 101110 |
Color Harmonies of #1AAAD2
Complementary color
Monochromatic Colors of #1AAAD2
Black with #1AAAD2
Text Example
Text Example
White with #1AAAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAAD2; }
p { color: rgb(26,170,210); }
H1.HeaderClassName
{
color: #1AAAD2;
}
.AnyTagClassName
{
color: #1AAAD2;
}
</style>
background-color css
<style>
a { background-color: #1AAAD2; }
a { background-color: rgb(26,170,210); }
div.DivClassName
{
background-color: #1AAAD2;
}
.BgClassName
{
background-color: #1AAAD2;
}
</style>
border-color css
<style>
span { border-color: #1AAAD2; }
span { border-color: rgb(26,170,210); }
td.TdClassName
{
border-color: #1AAAD2;
}
.TagClassName
{
border-color: #1AAAD2;
}
</style>