Shades of Iris Blue #1DBECD
Tints of Iris Blue #1DBECD
RGB
CMYK
RGB Variations
Color information
#1DBECD (or 0x1DBECD) is known color: Iris Blue. HEX triplet: 1D, BE and CD. RGB value is (29,190,205). Sum of RGB (Red+Green+Blue) = 29+190+205=424 (56% of max value = 765). Red value is 29 (11.72% from 255 or 6.84% from 424); Green value is 190 (74.61% from 255 or 44.81% from 424); Blue value is 205 (80.47% from 255 or 48.35% from 424); Max value from RGB is 205 - color contains mainly: blue. Hex color #1DBECD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DBECD is #E24132. Grayscale: #8F8F8F. Windows color (decimal): -14827827 or 13483549. OLE color: 13483549.
HSL color Cylindrical-coordinate representation of color #1DBECD: hue angle of 185.11º 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 #1DBECD is Cyan = 0.86, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 29 | 190 | 205 | - |
| CMYK | 0.86 | 0.07 | 0 | 0.20 |
| HSL | 185.11º | 0.75% | 0.46% | - |
| HSV(B) | 185.11º | 0.86% | 0.8% | - |
| XYZ | 29.94 | 41.5 | 64.19 | - |
| YUV | 143.57 | 162.66 | 46.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 190 | 205 | 0.86 | 0.07 | 0 | 0.20 | 185.11 | 0.75 | 0.46 |
| Hex | 1D | BE | CD | 56 | 7 | 0 | 14 | B9 | 4B | 2E |
| Octal | 35 | 276 | 315 | 126 | 7 | 0 | 24 | 271 | 113 | 56 |
| Binary | 11101 | 10111110 | 11001101 | 1010110 | 111 | 0 | 10100 | 10111001 | 1001011 | 101110 |
Color Harmonies of #1DBECD
Complementary color
Monochromatic Colors of #1DBECD
Black with #1DBECD
Text Example
Text Example
White with #1DBECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBECD; }
p { color: rgb(29,190,205); }
H1.HeaderClassName
{
color: #1DBECD;
}
.AnyTagClassName
{
color: #1DBECD;
}
</style>
background-color css
<style>
a { background-color: #1DBECD; }
a { background-color: rgb(29,190,205); }
div.DivClassName
{
background-color: #1DBECD;
}
.BgClassName
{
background-color: #1DBECD;
}
</style>
border-color css
<style>
span { border-color: #1DBECD; }
span { border-color: rgb(29,190,205); }
td.TdClassName
{
border-color: #1DBECD;
}
.TagClassName
{
border-color: #1DBECD;
}
</style>