Shades of Iris Blue #1DBDCC
Tints of Iris Blue #1DBDCC
RGB
CMYK
RGB Variations
Color information
#1DBDCC (or 0x1DBDCC) is known color: Iris Blue. HEX triplet: 1D, BD and CC. RGB value is (29,189,204). Sum of RGB (Red+Green+Blue) = 29+189+204=422 (55% of max value = 765). Red value is 29 (11.72% from 255 or 6.87% from 422); Green value is 189 (74.22% from 255 or 44.79% from 422); Blue value is 204 (80.08% from 255 or 48.34% from 422); Max value from RGB is 204 - color contains mainly: blue. Hex color #1DBDCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DBDCC is #E24233. Grayscale: #8E8E8E. Windows color (decimal): -14828084 or 13417757. OLE color: 13417757.
HSL color Cylindrical-coordinate representation of color #1DBDCC: hue angle of 185.14º 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 #1DBDCC is Cyan = 0.86, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 29 | 189 | 204 | - |
| CMYK | 0.86 | 0.07 | 0 | 0.2 |
| HSL | 185.14º | 0.75% | 0.46% | - |
| HSV(B) | 185.14º | 0.86% | 0.8% | - |
| XYZ | 29.6 | 41.02 | 63.48 | - |
| YUV | 142.87 | 162.49 | 46.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 189 | 204 | 0.86 | 0.07 | 0 | 0.2 | 185.14 | 0.75 | 0.46 |
| Hex | 1D | BD | CC | 56 | 7 | 0 | 14 | B9 | 4B | 2E |
| Octal | 35 | 275 | 314 | 126 | 7 | 0 | 24 | 271 | 113 | 56 |
| Binary | 11101 | 10111101 | 11001100 | 1010110 | 111 | 0 | 10100 | 10111001 | 1001011 | 101110 |
Color Harmonies of #1DBDCC
Complementary color
Monochromatic Colors of #1DBDCC
Black with #1DBDCC
Text Example
Text Example
White with #1DBDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBDCC; }
p { color: rgb(29,189,204); }
H1.HeaderClassName
{
color: #1DBDCC;
}
.AnyTagClassName
{
color: #1DBDCC;
}
</style>
background-color css
<style>
a { background-color: #1DBDCC; }
a { background-color: rgb(29,189,204); }
div.DivClassName
{
background-color: #1DBDCC;
}
.BgClassName
{
background-color: #1DBDCC;
}
</style>
border-color css
<style>
span { border-color: #1DBDCC; }
span { border-color: rgb(29,189,204); }
td.TdClassName
{
border-color: #1DBDCC;
}
.TagClassName
{
border-color: #1DBDCC;
}
</style>