Shades of Iris Blue #1DBCCB
Tints of Iris Blue #1DBCCB
RGB
CMYK
RGB Variations
Color information
#1DBCCB (or 0x1DBCCB) is known color: Iris Blue. HEX triplet: 1D, BC and CB. RGB value is (29,188,203). Sum of RGB (Red+Green+Blue) = 29+188+203=420 (55% of max value = 765). Red value is 29 (11.72% from 255 or 6.90% from 420); Green value is 188 (73.83% from 255 or 44.76% from 420); Blue value is 203 (79.69% from 255 or 48.33% from 420); Max value from RGB is 203 - color contains mainly: blue. Hex color #1DBCCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DBCCB is #E24334. Grayscale: #8D8D8D. Windows color (decimal): -14828341 or 13351965. OLE color: 13351965.
HSL color Cylindrical-coordinate representation of color #1DBCCB: hue angle of 185.17º 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 #1DBCCB is Cyan = 0.86, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 29 | 188 | 203 | - |
| CMYK | 0.86 | 0.07 | 0 | 0.20 |
| HSL | 185.17º | 0.75% | 0.45% | - |
| HSV(B) | 185.17º | 0.86% | 0.8% | - |
| XYZ | 29.27 | 40.54 | 62.78 | - |
| YUV | 142.17 | 162.32 | 47.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 188 | 203 | 0.86 | 0.07 | 0 | 0.20 | 185.17 | 0.75 | 0.45 |
| Hex | 1D | BC | CB | 56 | 7 | 0 | 14 | B9 | 4B | 2D |
| Octal | 35 | 274 | 313 | 126 | 7 | 0 | 24 | 271 | 113 | 55 |
| Binary | 11101 | 10111100 | 11001011 | 1010110 | 111 | 0 | 10100 | 10111001 | 1001011 | 101101 |
Color Harmonies of #1DBCCB
Complementary color
Monochromatic Colors of #1DBCCB
Black with #1DBCCB
Text Example
Text Example
White with #1DBCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBCCB; }
p { color: rgb(29,188,203); }
H1.HeaderClassName
{
color: #1DBCCB;
}
.AnyTagClassName
{
color: #1DBCCB;
}
</style>
background-color css
<style>
a { background-color: #1DBCCB; }
a { background-color: rgb(29,188,203); }
div.DivClassName
{
background-color: #1DBCCB;
}
.BgClassName
{
background-color: #1DBCCB;
}
</style>
border-color css
<style>
span { border-color: #1DBCCB; }
span { border-color: rgb(29,188,203); }
td.TdClassName
{
border-color: #1DBCCB;
}
.TagClassName
{
border-color: #1DBCCB;
}
</style>