Shades of Iris Blue #1DBDC5
Tints of Iris Blue #1DBDC5
RGB
CMYK
RGB Variations
Color information
#1DBDC5 (or 0x1DBDC5) is known color: Iris Blue. HEX triplet: 1D, BD and C5. RGB value is (29,189,197). Sum of RGB (Red+Green+Blue) = 29+189+197=415 (54% of max value = 765). Red value is 29 (11.72% from 255 or 6.99% from 415); Green value is 189 (74.22% from 255 or 45.54% from 415); Blue value is 197 (77.34% from 255 or 47.47% from 415); Max value from RGB is 197 - color contains mainly: blue. Hex color #1DBDC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DBDC5 is #E2423A. Grayscale: #8D8D8D. Windows color (decimal): -14828091 or 12959005. OLE color: 12959005.
HSL color Cylindrical-coordinate representation of color #1DBDC5: hue angle of 182.86º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DBDC5 is Cyan = 0.85, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 29 | 189 | 197 | - |
| CMYK | 0.85 | 0.04 | 0 | 0.23 |
| HSL | 182.86º | 0.74% | 0.44% | - |
| HSV(B) | 182.86º | 0.85% | 0.77% | - |
| XYZ | 28.78 | 40.69 | 59.16 | - |
| YUV | 142.07 | 158.99 | 47.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 189 | 197 | 0.85 | 0.04 | 0 | 0.23 | 182.86 | 0.74 | 0.44 |
| Hex | 1D | BD | C5 | 55 | 4 | 0 | 17 | B7 | 4A | 2C |
| Octal | 35 | 275 | 305 | 125 | 4 | 0 | 27 | 267 | 112 | 54 |
| Binary | 11101 | 10111101 | 11000101 | 1010101 | 100 | 0 | 10111 | 10110111 | 1001010 | 101100 |
Color Harmonies of #1DBDC5
Complementary color
Monochromatic Colors of #1DBDC5
Black with #1DBDC5
Text Example
Text Example
White with #1DBDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBDC5; }
p { color: rgb(29,189,197); }
H1.HeaderClassName
{
color: #1DBDC5;
}
.AnyTagClassName
{
color: #1DBDC5;
}
</style>
background-color css
<style>
a { background-color: #1DBDC5; }
a { background-color: rgb(29,189,197); }
div.DivClassName
{
background-color: #1DBDC5;
}
.BgClassName
{
background-color: #1DBDC5;
}
</style>
border-color css
<style>
span { border-color: #1DBDC5; }
span { border-color: rgb(29,189,197); }
td.TdClassName
{
border-color: #1DBDC5;
}
.TagClassName
{
border-color: #1DBDC5;
}
</style>