Shades of Iris Blue #1DBCD0
Tints of Iris Blue #1DBCD0
RGB
CMYK
RGB Variations
Color information
#1DBCD0 (or 0x1DBCD0) is known color: Iris Blue. HEX triplet: 1D, BC and D0. RGB value is (29,188,208). Sum of RGB (Red+Green+Blue) = 29+188+208=425 (56% of max value = 765). Red value is 29 (11.72% from 255 or 6.82% from 425); Green value is 188 (73.83% from 255 or 44.24% from 425); Blue value is 208 (81.64% from 255 or 48.94% from 425); Max value from RGB is 208 - color contains mainly: blue. Hex color #1DBCD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DBCD0 is #E2432F. Grayscale: #8E8E8E. Windows color (decimal): -14828336 or 13679645. OLE color: 13679645.
HSL color Cylindrical-coordinate representation of color #1DBCD0: hue angle of 186.7º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DBCD0 is Cyan = 0.86, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 29 | 188 | 208 | - |
| CMYK | 0.86 | 0.10 | 0 | 0.18 |
| HSL | 186.7º | 0.76% | 0.46% | - |
| HSV(B) | 186.7º | 0.86% | 0.82% | - |
| XYZ | 29.88 | 40.78 | 65.97 | - |
| YUV | 142.74 | 164.82 | 46.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 188 | 208 | 0.86 | 0.10 | 0 | 0.18 | 186.7 | 0.76 | 0.46 |
| Hex | 1D | BC | D0 | 56 | A | 0 | 12 | BB | 4C | 2E |
| Octal | 35 | 274 | 320 | 126 | 12 | 0 | 22 | 273 | 114 | 56 |
| Binary | 11101 | 10111100 | 11010000 | 1010110 | 1010 | 0 | 10010 | 10111011 | 1001100 | 101110 |
Color Harmonies of #1DBCD0
Complementary color
Monochromatic Colors of #1DBCD0
Black with #1DBCD0
Text Example
Text Example
White with #1DBCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBCD0; }
p { color: rgb(29,188,208); }
H1.HeaderClassName
{
color: #1DBCD0;
}
.AnyTagClassName
{
color: #1DBCD0;
}
</style>
background-color css
<style>
a { background-color: #1DBCD0; }
a { background-color: rgb(29,188,208); }
div.DivClassName
{
background-color: #1DBCD0;
}
.BgClassName
{
background-color: #1DBCD0;
}
</style>
border-color css
<style>
span { border-color: #1DBCD0; }
span { border-color: rgb(29,188,208); }
td.TdClassName
{
border-color: #1DBCD0;
}
.TagClassName
{
border-color: #1DBCD0;
}
</style>