Shades of Iris Blue #1DBFCD
Tints of Iris Blue #1DBFCD
RGB
CMYK
RGB Variations
Color information
#1DBFCD (or 0x1DBFCD) is known color: Iris Blue. HEX triplet: 1D, BF and CD. RGB value is (29,191,205). Sum of RGB (Red+Green+Blue) = 29+191+205=425 (56% of max value = 765). Red value is 29 (11.72% from 255 or 6.82% from 425); Green value is 191 (75% from 255 or 44.94% from 425); Blue value is 205 (80.47% from 255 or 48.24% from 425); Max value from RGB is 205 - color contains mainly: blue. Hex color #1DBFCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DBFCD is #E24032. Grayscale: #8F8F8F. Windows color (decimal): -14827571 or 13483805. OLE color: 13483805.
HSL color Cylindrical-coordinate representation of color #1DBFCD: hue angle of 184.77º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DBFCD is Cyan = 0.86, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 29 | 191 | 205 | - |
| CMYK | 0.86 | 0.07 | 0 | 0.20 |
| HSL | 184.77º | 0.75% | 0.46% | - |
| HSV(B) | 184.77º | 0.86% | 0.8% | - |
| XYZ | 30.16 | 41.93 | 64.26 | - |
| YUV | 144.16 | 162.33 | 45.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 191 | 205 | 0.86 | 0.07 | 0 | 0.20 | 184.77 | 0.75 | 0.46 |
| Hex | 1D | BF | CD | 56 | 7 | 0 | 14 | B9 | 4B | 2E |
| Octal | 35 | 277 | 315 | 126 | 7 | 0 | 24 | 271 | 113 | 56 |
| Binary | 11101 | 10111111 | 11001101 | 1010110 | 111 | 0 | 10100 | 10111001 | 1001011 | 101110 |
Color Harmonies of #1DBFCD
Complementary color
Monochromatic Colors of #1DBFCD
Black with #1DBFCD
Text Example
Text Example
White with #1DBFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBFCD; }
p { color: rgb(29,191,205); }
H1.HeaderClassName
{
color: #1DBFCD;
}
.AnyTagClassName
{
color: #1DBFCD;
}
</style>
background-color css
<style>
a { background-color: #1DBFCD; }
a { background-color: rgb(29,191,205); }
div.DivClassName
{
background-color: #1DBFCD;
}
.BgClassName
{
background-color: #1DBFCD;
}
</style>
border-color css
<style>
span { border-color: #1DBFCD; }
span { border-color: rgb(29,191,205); }
td.TdClassName
{
border-color: #1DBFCD;
}
.TagClassName
{
border-color: #1DBFCD;
}
</style>