Shades of Iris Blue #1DB2CB
Tints of Iris Blue #1DB2CB
RGB
CMYK
RGB Variations
Color information
#1DB2CB (or 0x1DB2CB) is known color: Iris Blue. HEX triplet: 1D, B2 and CB. RGB value is (29,178,203). Sum of RGB (Red+Green+Blue) = 29+178+203=410 (54% of max value = 765). Red value is 29 (11.72% from 255 or 7.07% from 410); Green value is 178 (69.92% from 255 or 43.41% from 410); Blue value is 203 (79.69% from 255 or 49.51% from 410); Max value from RGB is 203 - color contains mainly: blue. Hex color #1DB2CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DB2CB is #E24D34. Grayscale: #888888. Windows color (decimal): -14830901 or 13349405. OLE color: 13349405.
HSL color Cylindrical-coordinate representation of color #1DB2CB: hue angle of 188.62º 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 #1DB2CB is Cyan = 0.86, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 29 | 178 | 203 | - |
| CMYK | 0.86 | 0.12 | 0 | 0.20 |
| HSL | 188.62º | 0.75% | 0.45% | - |
| HSV(B) | 188.62º | 0.86% | 0.8% | - |
| XYZ | 27.21 | 36.41 | 62.09 | - |
| YUV | 136.3 | 165.64 | 51.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 178 | 203 | 0.86 | 0.12 | 0 | 0.20 | 188.62 | 0.75 | 0.45 |
| Hex | 1D | B2 | CB | 56 | C | 0 | 14 | BD | 4B | 2D |
| Octal | 35 | 262 | 313 | 126 | 14 | 0 | 24 | 275 | 113 | 55 |
| Binary | 11101 | 10110010 | 11001011 | 1010110 | 1100 | 0 | 10100 | 10111101 | 1001011 | 101101 |
Color Harmonies of #1DB2CB
Complementary color
Monochromatic Colors of #1DB2CB
Black with #1DB2CB
Text Example
Text Example
White with #1DB2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB2CB; }
p { color: rgb(29,178,203); }
H1.HeaderClassName
{
color: #1DB2CB;
}
.AnyTagClassName
{
color: #1DB2CB;
}
</style>
background-color css
<style>
a { background-color: #1DB2CB; }
a { background-color: rgb(29,178,203); }
div.DivClassName
{
background-color: #1DB2CB;
}
.BgClassName
{
background-color: #1DB2CB;
}
</style>
border-color css
<style>
span { border-color: #1DB2CB; }
span { border-color: rgb(29,178,203); }
td.TdClassName
{
border-color: #1DB2CB;
}
.TagClassName
{
border-color: #1DB2CB;
}
</style>