Shades of Iris Blue #1DBACD
Tints of Iris Blue #1DBACD
RGB
CMYK
RGB Variations
Color information
#1DBACD (or 0x1DBACD) is known color: Iris Blue. HEX triplet: 1D, BA and CD. RGB value is (29,186,205). Sum of RGB (Red+Green+Blue) = 29+186+205=420 (55% of max value = 765). Red value is 29 (11.72% from 255 or 6.90% from 420); Green value is 186 (73.05% from 255 or 44.29% from 420); Blue value is 205 (80.47% from 255 or 48.81% from 420); Max value from RGB is 205 - color contains mainly: blue. Hex color #1DBACD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DBACD is #E24532. Grayscale: #8C8C8C. Windows color (decimal): -14828851 or 13482525. OLE color: 13482525.
HSL color Cylindrical-coordinate representation of color #1DBACD: hue angle of 186.48º 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 #1DBACD is Cyan = 0.86, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 29 | 186 | 205 | - |
| CMYK | 0.86 | 0.09 | 0 | 0.20 |
| HSL | 186.48º | 0.75% | 0.46% | - |
| HSV(B) | 186.48º | 0.86% | 0.8% | - |
| XYZ | 29.09 | 39.79 | 63.9 | - |
| YUV | 141.22 | 163.99 | 47.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 186 | 205 | 0.86 | 0.09 | 0 | 0.20 | 186.48 | 0.75 | 0.46 |
| Hex | 1D | BA | CD | 56 | 9 | 0 | 14 | BA | 4B | 2E |
| Octal | 35 | 272 | 315 | 126 | 11 | 0 | 24 | 272 | 113 | 56 |
| Binary | 11101 | 10111010 | 11001101 | 1010110 | 1001 | 0 | 10100 | 10111010 | 1001011 | 101110 |
Color Harmonies of #1DBACD
Complementary color
Monochromatic Colors of #1DBACD
Black with #1DBACD
Text Example
Text Example
White with #1DBACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBACD; }
p { color: rgb(29,186,205); }
H1.HeaderClassName
{
color: #1DBACD;
}
.AnyTagClassName
{
color: #1DBACD;
}
</style>
background-color css
<style>
a { background-color: #1DBACD; }
a { background-color: rgb(29,186,205); }
div.DivClassName
{
background-color: #1DBACD;
}
.BgClassName
{
background-color: #1DBACD;
}
</style>
border-color css
<style>
span { border-color: #1DBACD; }
span { border-color: rgb(29,186,205); }
td.TdClassName
{
border-color: #1DBACD;
}
.TagClassName
{
border-color: #1DBACD;
}
</style>