Shades of Iris Blue #1DC1CB
Tints of Iris Blue #1DC1CB
RGB
CMYK
RGB Variations
Color information
#1DC1CB (or 0x1DC1CB) is known color: Iris Blue. HEX triplet: 1D, C1 and CB. RGB value is (29,193,203). Sum of RGB (Red+Green+Blue) = 29+193+203=425 (56% of max value = 765). Red value is 29 (11.72% from 255 or 6.82% from 425); Green value is 193 (75.78% from 255 or 45.41% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 203 - color contains mainly: blue. Hex color #1DC1CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DC1CB is #E23E34. Grayscale: #909090. Windows color (decimal): -14827061 or 13353245. OLE color: 13353245.
HSL color Cylindrical-coordinate representation of color #1DC1CB: hue angle of 183.45º 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 #1DC1CB is Cyan = 0.86, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 29 | 193 | 203 | - |
| CMYK | 0.86 | 0.05 | 0 | 0.20 |
| HSL | 183.45º | 0.75% | 0.45% | - |
| HSV(B) | 183.45º | 0.86% | 0.8% | - |
| XYZ | 30.36 | 42.71 | 63.14 | - |
| YUV | 145.1 | 160.67 | 45.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 193 | 203 | 0.86 | 0.05 | 0 | 0.20 | 183.45 | 0.75 | 0.45 |
| Hex | 1D | C1 | CB | 56 | 5 | 0 | 14 | B7 | 4B | 2D |
| Octal | 35 | 301 | 313 | 126 | 5 | 0 | 24 | 267 | 113 | 55 |
| Binary | 11101 | 11000001 | 11001011 | 1010110 | 101 | 0 | 10100 | 10110111 | 1001011 | 101101 |
Color Harmonies of #1DC1CB
Complementary color
Monochromatic Colors of #1DC1CB
Black with #1DC1CB
Text Example
Text Example
White with #1DC1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC1CB; }
p { color: rgb(29,193,203); }
H1.HeaderClassName
{
color: #1DC1CB;
}
.AnyTagClassName
{
color: #1DC1CB;
}
</style>
background-color css
<style>
a { background-color: #1DC1CB; }
a { background-color: rgb(29,193,203); }
div.DivClassName
{
background-color: #1DC1CB;
}
.BgClassName
{
background-color: #1DC1CB;
}
</style>
border-color css
<style>
span { border-color: #1DC1CB; }
span { border-color: rgb(29,193,203); }
td.TdClassName
{
border-color: #1DC1CB;
}
.TagClassName
{
border-color: #1DC1CB;
}
</style>