Shades of Iris Blue #1DBBC9
Tints of Iris Blue #1DBBC9
RGB
CMYK
RGB Variations
Color information
#1DBBC9 (or 0x1DBBC9) is known color: Iris Blue. HEX triplet: 1D, BB and C9. RGB value is (29,187,201). Sum of RGB (Red+Green+Blue) = 29+187+201=417 (55% of max value = 765). Red value is 29 (11.72% from 255 or 6.95% from 417); Green value is 187 (73.44% from 255 or 44.84% from 417); Blue value is 201 (78.91% from 255 or 48.20% from 417); Max value from RGB is 201 - color contains mainly: blue. Hex color #1DBBC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DBBC9 is #E24436. Grayscale: #8D8D8D. Windows color (decimal): -14828599 or 13220637. OLE color: 13220637.
HSL color Cylindrical-coordinate representation of color #1DBBC9: hue angle of 184.88º 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 #1DBBC9 is Cyan = 0.86, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 29 | 187 | 201 | - |
| CMYK | 0.86 | 0.07 | 0 | 0.21 |
| HSL | 184.88º | 0.75% | 0.45% | - |
| HSV(B) | 184.88º | 0.86% | 0.79% | - |
| XYZ | 28.82 | 40.02 | 61.46 | - |
| YUV | 141.35 | 161.65 | 47.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 187 | 201 | 0.86 | 0.07 | 0 | 0.21 | 184.88 | 0.75 | 0.45 |
| Hex | 1D | BB | C9 | 56 | 7 | 0 | 15 | B9 | 4B | 2D |
| Octal | 35 | 273 | 311 | 126 | 7 | 0 | 25 | 271 | 113 | 55 |
| Binary | 11101 | 10111011 | 11001001 | 1010110 | 111 | 0 | 10101 | 10111001 | 1001011 | 101101 |
Color Harmonies of #1DBBC9
Complementary color
Monochromatic Colors of #1DBBC9
Black with #1DBBC9
Text Example
Text Example
White with #1DBBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBBC9; }
p { color: rgb(29,187,201); }
H1.HeaderClassName
{
color: #1DBBC9;
}
.AnyTagClassName
{
color: #1DBBC9;
}
</style>
background-color css
<style>
a { background-color: #1DBBC9; }
a { background-color: rgb(29,187,201); }
div.DivClassName
{
background-color: #1DBBC9;
}
.BgClassName
{
background-color: #1DBBC9;
}
</style>
border-color css
<style>
span { border-color: #1DBBC9; }
span { border-color: rgb(29,187,201); }
td.TdClassName
{
border-color: #1DBBC9;
}
.TagClassName
{
border-color: #1DBBC9;
}
</style>