Shades of Iris Blue #1DB2C9
Tints of Iris Blue #1DB2C9
RGB
CMYK
RGB Variations
Color information
#1DB2C9 (or 0x1DB2C9) is known color: Iris Blue. HEX triplet: 1D, B2 and C9. RGB value is (29,178,201). Sum of RGB (Red+Green+Blue) = 29+178+201=408 (54% of max value = 765). Red value is 29 (11.72% from 255 or 7.11% from 408); Green value is 178 (69.92% from 255 or 43.63% from 408); Blue value is 201 (78.91% from 255 or 49.26% from 408); Max value from RGB is 201 - color contains mainly: blue. Hex color #1DB2C9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DB2C9 is #E24D36. Grayscale: #878787. Windows color (decimal): -14830903 or 13218333. OLE color: 13218333.
HSL color Cylindrical-coordinate representation of color #1DB2C9: hue angle of 188.02º 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 #1DB2C9 is Cyan = 0.86, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 29 | 178 | 201 | - |
| CMYK | 0.86 | 0.11 | 0 | 0.21 |
| HSL | 188.02º | 0.75% | 0.45% | - |
| HSV(B) | 188.02º | 0.86% | 0.79% | - |
| XYZ | 26.97 | 36.32 | 60.85 | - |
| YUV | 136.07 | 164.64 | 51.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 178 | 201 | 0.86 | 0.11 | 0 | 0.21 | 188.02 | 0.75 | 0.45 |
| Hex | 1D | B2 | C9 | 56 | B | 0 | 15 | BC | 4B | 2D |
| Octal | 35 | 262 | 311 | 126 | 13 | 0 | 25 | 274 | 113 | 55 |
| Binary | 11101 | 10110010 | 11001001 | 1010110 | 1011 | 0 | 10101 | 10111100 | 1001011 | 101101 |
Color Harmonies of #1DB2C9
Complementary color
Monochromatic Colors of #1DB2C9
Black with #1DB2C9
Text Example
Text Example
White with #1DB2C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB2C9; }
p { color: rgb(29,178,201); }
H1.HeaderClassName
{
color: #1DB2C9;
}
.AnyTagClassName
{
color: #1DB2C9;
}
</style>
background-color css
<style>
a { background-color: #1DB2C9; }
a { background-color: rgb(29,178,201); }
div.DivClassName
{
background-color: #1DB2C9;
}
.BgClassName
{
background-color: #1DB2C9;
}
</style>
border-color css
<style>
span { border-color: #1DB2C9; }
span { border-color: rgb(29,178,201); }
td.TdClassName
{
border-color: #1DB2C9;
}
.TagClassName
{
border-color: #1DB2C9;
}
</style>