Shades of Iris Blue #1DAACD
Tints of Iris Blue #1DAACD
RGB
CMYK
RGB Variations
Color information
#1DAACD (or 0x1DAACD) is known color: Iris Blue. HEX triplet: 1D, AA and CD. RGB value is (29,170,205). Sum of RGB (Red+Green+Blue) = 29+170+205=404 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.18% from 404); Green value is 170 (66.80% from 255 or 42.08% from 404); Blue value is 205 (80.47% from 255 or 50.74% from 404); Max value from RGB is 205 - color contains mainly: blue. Hex color #1DAACD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DAACD is #E25532. Grayscale: #838383. Windows color (decimal): -14832947 or 13478429. OLE color: 13478429.
HSL color Cylindrical-coordinate representation of color #1DAACD: hue angle of 191.93º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DAACD is Cyan = 0.86, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 29 | 170 | 205 | - |
| CMYK | 0.86 | 0.17 | 0 | 0.20 |
| HSL | 191.93º | 0.75% | 0.46% | - |
| HSV(B) | 191.93º | 0.86% | 0.8% | - |
| XYZ | 25.9 | 33.42 | 62.84 | - |
| YUV | 131.83 | 169.29 | 54.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 170 | 205 | 0.86 | 0.17 | 0 | 0.20 | 191.93 | 0.75 | 0.46 |
| Hex | 1D | AA | CD | 56 | 11 | 0 | 14 | C0 | 4B | 2E |
| Octal | 35 | 252 | 315 | 126 | 21 | 0 | 24 | 300 | 113 | 56 |
| Binary | 11101 | 10101010 | 11001101 | 1010110 | 10001 | 0 | 10100 | 11000000 | 1001011 | 101110 |
Color Harmonies of #1DAACD
Complementary color
Monochromatic Colors of #1DAACD
Black with #1DAACD
Text Example
Text Example
White with #1DAACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAACD; }
p { color: rgb(29,170,205); }
H1.HeaderClassName
{
color: #1DAACD;
}
.AnyTagClassName
{
color: #1DAACD;
}
</style>
background-color css
<style>
a { background-color: #1DAACD; }
a { background-color: rgb(29,170,205); }
div.DivClassName
{
background-color: #1DAACD;
}
.BgClassName
{
background-color: #1DAACD;
}
</style>
border-color css
<style>
span { border-color: #1DAACD; }
span { border-color: rgb(29,170,205); }
td.TdClassName
{
border-color: #1DAACD;
}
.TagClassName
{
border-color: #1DAACD;
}
</style>