Shades of Iris Blue #1DAACE
Tints of Iris Blue #1DAACE
RGB
CMYK
RGB Variations
Color information
#1DAACE (or 0x1DAACE) is known color: Iris Blue. HEX triplet: 1D, AA and CE. RGB value is (29,170,206). Sum of RGB (Red+Green+Blue) = 29+170+206=405 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.16% from 405); Green value is 170 (66.80% from 255 or 41.98% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #1DAACE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DAACE is #E25531. Grayscale: #838383. Windows color (decimal): -14832946 or 13543965. OLE color: 13543965.
HSL color Cylindrical-coordinate representation of color #1DAACE: hue angle of 192.2º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DAACE is Cyan = 0.86, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 29 | 170 | 206 | - |
| CMYK | 0.86 | 0.17 | 0 | 0.19 |
| HSL | 192.2º | 0.75% | 0.46% | - |
| HSV(B) | 192.2º | 0.86% | 0.81% | - |
| XYZ | 26.02 | 33.47 | 63.48 | - |
| YUV | 131.95 | 169.79 | 54.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 170 | 206 | 0.86 | 0.17 | 0 | 0.19 | 192.2 | 0.75 | 0.46 |
| Hex | 1D | AA | CE | 56 | 11 | 0 | 13 | C0 | 4B | 2E |
| Octal | 35 | 252 | 316 | 126 | 21 | 0 | 23 | 300 | 113 | 56 |
| Binary | 11101 | 10101010 | 11001110 | 1010110 | 10001 | 0 | 10011 | 11000000 | 1001011 | 101110 |
Color Harmonies of #1DAACE
Complementary color
Monochromatic Colors of #1DAACE
Black with #1DAACE
Text Example
Text Example
White with #1DAACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAACE; }
p { color: rgb(29,170,206); }
H1.HeaderClassName
{
color: #1DAACE;
}
.AnyTagClassName
{
color: #1DAACE;
}
</style>
background-color css
<style>
a { background-color: #1DAACE; }
a { background-color: rgb(29,170,206); }
div.DivClassName
{
background-color: #1DAACE;
}
.BgClassName
{
background-color: #1DAACE;
}
</style>
border-color css
<style>
span { border-color: #1DAACE; }
span { border-color: rgb(29,170,206); }
td.TdClassName
{
border-color: #1DAACE;
}
.TagClassName
{
border-color: #1DAACE;
}
</style>