Shades of Iris Blue #1DB9CB
Tints of Iris Blue #1DB9CB
RGB
CMYK
RGB Variations
Color information
#1DB9CB (or 0x1DB9CB) is known color: Iris Blue. HEX triplet: 1D, B9 and CB. RGB value is (29,185,203). Sum of RGB (Red+Green+Blue) = 29+185+203=417 (55% of max value = 765). Red value is 29 (11.72% from 255 or 6.95% from 417); Green value is 185 (72.66% from 255 or 44.36% from 417); Blue value is 203 (79.69% from 255 or 48.68% from 417); Max value from RGB is 203 - color contains mainly: blue. Hex color #1DB9CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DB9CB is #E24634. Grayscale: #8C8C8C. Windows color (decimal): -14829109 or 13351197. OLE color: 13351197.
HSL color Cylindrical-coordinate representation of color #1DB9CB: hue angle of 186.21º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DB9CB is Cyan = 0.86, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 29 | 185 | 203 | - |
| CMYK | 0.86 | 0.09 | 0 | 0.20 |
| HSL | 186.21º | 0.75% | 0.45% | - |
| HSV(B) | 186.21º | 0.86% | 0.8% | - |
| XYZ | 28.64 | 39.27 | 62.57 | - |
| YUV | 140.41 | 163.32 | 48.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 185 | 203 | 0.86 | 0.09 | 0 | 0.20 | 186.21 | 0.75 | 0.45 |
| Hex | 1D | B9 | CB | 56 | 9 | 0 | 14 | BA | 4B | 2D |
| Octal | 35 | 271 | 313 | 126 | 11 | 0 | 24 | 272 | 113 | 55 |
| Binary | 11101 | 10111001 | 11001011 | 1010110 | 1001 | 0 | 10100 | 10111010 | 1001011 | 101101 |
Color Harmonies of #1DB9CB
Complementary color
Monochromatic Colors of #1DB9CB
Black with #1DB9CB
Text Example
Text Example
White with #1DB9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB9CB; }
p { color: rgb(29,185,203); }
H1.HeaderClassName
{
color: #1DB9CB;
}
.AnyTagClassName
{
color: #1DB9CB;
}
</style>
background-color css
<style>
a { background-color: #1DB9CB; }
a { background-color: rgb(29,185,203); }
div.DivClassName
{
background-color: #1DB9CB;
}
.BgClassName
{
background-color: #1DB9CB;
}
</style>
border-color css
<style>
span { border-color: #1DB9CB; }
span { border-color: rgb(29,185,203); }
td.TdClassName
{
border-color: #1DB9CB;
}
.TagClassName
{
border-color: #1DB9CB;
}
</style>