Shades of Iris Blue #1DBBCB
Tints of Iris Blue #1DBBCB
RGB
CMYK
RGB Variations
Color information
#1DBBCB (or 0x1DBBCB) is known color: Iris Blue. HEX triplet: 1D, BB and CB. RGB value is (29,187,203). Sum of RGB (Red+Green+Blue) = 29+187+203=419 (55% of max value = 765). Red value is 29 (11.72% from 255 or 6.92% from 419); Green value is 187 (73.44% from 255 or 44.63% from 419); Blue value is 203 (79.69% from 255 or 48.45% from 419); Max value from RGB is 203 - color contains mainly: blue. Hex color #1DBBCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DBBCB is #E24434. Grayscale: #8D8D8D. Windows color (decimal): -14828597 or 13351709. OLE color: 13351709.
HSL color Cylindrical-coordinate representation of color #1DBBCB: hue angle of 185.52º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DBBCB is Cyan = 0.86, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 29 | 187 | 203 | - |
| CMYK | 0.86 | 0.08 | 0 | 0.20 |
| HSL | 185.52º | 0.75% | 0.45% | - |
| HSV(B) | 185.52º | 0.86% | 0.8% | - |
| XYZ | 29.06 | 40.11 | 62.71 | - |
| YUV | 141.58 | 162.65 | 47.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 187 | 203 | 0.86 | 0.08 | 0 | 0.20 | 185.52 | 0.75 | 0.45 |
| Hex | 1D | BB | CB | 56 | 8 | 0 | 14 | BA | 4B | 2D |
| Octal | 35 | 273 | 313 | 126 | 10 | 0 | 24 | 272 | 113 | 55 |
| Binary | 11101 | 10111011 | 11001011 | 1010110 | 1000 | 0 | 10100 | 10111010 | 1001011 | 101101 |
Color Harmonies of #1DBBCB
Complementary color
Monochromatic Colors of #1DBBCB
Black with #1DBBCB
Text Example
Text Example
White with #1DBBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBBCB; }
p { color: rgb(29,187,203); }
H1.HeaderClassName
{
color: #1DBBCB;
}
.AnyTagClassName
{
color: #1DBBCB;
}
</style>
background-color css
<style>
a { background-color: #1DBBCB; }
a { background-color: rgb(29,187,203); }
div.DivClassName
{
background-color: #1DBBCB;
}
.BgClassName
{
background-color: #1DBBCB;
}
</style>
border-color css
<style>
span { border-color: #1DBBCB; }
span { border-color: rgb(29,187,203); }
td.TdClassName
{
border-color: #1DBBCB;
}
.TagClassName
{
border-color: #1DBBCB;
}
</style>