Shades of Iris Blue #1DBDC9
Tints of Iris Blue #1DBDC9
RGB
CMYK
RGB Variations
Color information
#1DBDC9 (or 0x1DBDC9) is known color: Iris Blue. HEX triplet: 1D, BD and C9. RGB value is (29,189,201). Sum of RGB (Red+Green+Blue) = 29+189+201=419 (55% of max value = 765). Red value is 29 (11.72% from 255 or 6.92% from 419); Green value is 189 (74.22% from 255 or 45.11% from 419); Blue value is 201 (78.91% from 255 or 47.97% from 419); Max value from RGB is 201 - color contains mainly: blue. Hex color #1DBDC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DBDC9 is #E24236. Grayscale: #8E8E8E. Windows color (decimal): -14828087 or 13221149. OLE color: 13221149.
HSL color Cylindrical-coordinate representation of color #1DBDC9: hue angle of 184.19º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DBDC9 is Cyan = 0.86, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 29 | 189 | 201 | - |
| CMYK | 0.86 | 0.06 | 0 | 0.21 |
| HSL | 184.19º | 0.75% | 0.45% | - |
| HSV(B) | 184.19º | 0.86% | 0.79% | - |
| XYZ | 29.25 | 40.87 | 61.61 | - |
| YUV | 142.53 | 160.99 | 47.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 189 | 201 | 0.86 | 0.06 | 0 | 0.21 | 184.19 | 0.75 | 0.45 |
| Hex | 1D | BD | C9 | 56 | 6 | 0 | 15 | B8 | 4B | 2D |
| Octal | 35 | 275 | 311 | 126 | 6 | 0 | 25 | 270 | 113 | 55 |
| Binary | 11101 | 10111101 | 11001001 | 1010110 | 110 | 0 | 10101 | 10111000 | 1001011 | 101101 |
Color Harmonies of #1DBDC9
Complementary color
Monochromatic Colors of #1DBDC9
Black with #1DBDC9
Text Example
Text Example
White with #1DBDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBDC9; }
p { color: rgb(29,189,201); }
H1.HeaderClassName
{
color: #1DBDC9;
}
.AnyTagClassName
{
color: #1DBDC9;
}
</style>
background-color css
<style>
a { background-color: #1DBDC9; }
a { background-color: rgb(29,189,201); }
div.DivClassName
{
background-color: #1DBDC9;
}
.BgClassName
{
background-color: #1DBDC9;
}
</style>
border-color css
<style>
span { border-color: #1DBDC9; }
span { border-color: rgb(29,189,201); }
td.TdClassName
{
border-color: #1DBDC9;
}
.TagClassName
{
border-color: #1DBDC9;
}
</style>