Shades of Iris Blue #1DB3C9
Tints of Iris Blue #1DB3C9
RGB
CMYK
RGB Variations
Color information
#1DB3C9 (or 0x1DB3C9) is known color: Iris Blue. HEX triplet: 1D, B3 and C9. RGB value is (29,179,201). Sum of RGB (Red+Green+Blue) = 29+179+201=409 (54% of max value = 765). Red value is 29 (11.72% from 255 or 7.09% from 409); Green value is 179 (70.31% from 255 or 43.77% from 409); Blue value is 201 (78.91% from 255 or 49.14% from 409); Max value from RGB is 201 - color contains mainly: blue. Hex color #1DB3C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DB3C9 is #E24C36. Grayscale: #888888. Windows color (decimal): -14830647 or 13218589. OLE color: 13218589.
HSL color Cylindrical-coordinate representation of color #1DB3C9: hue angle of 187.67º 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 #1DB3C9 is Cyan = 0.86, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 29 | 179 | 201 | - |
| CMYK | 0.86 | 0.11 | 0 | 0.21 |
| HSL | 187.67º | 0.75% | 0.45% | - |
| HSV(B) | 187.67º | 0.86% | 0.79% | - |
| XYZ | 27.17 | 36.72 | 60.91 | - |
| YUV | 136.66 | 164.31 | 51.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 179 | 201 | 0.86 | 0.11 | 0 | 0.21 | 187.67 | 0.75 | 0.45 |
| Hex | 1D | B3 | C9 | 56 | B | 0 | 15 | BC | 4B | 2D |
| Octal | 35 | 263 | 311 | 126 | 13 | 0 | 25 | 274 | 113 | 55 |
| Binary | 11101 | 10110011 | 11001001 | 1010110 | 1011 | 0 | 10101 | 10111100 | 1001011 | 101101 |
Color Harmonies of #1DB3C9
Complementary color
Monochromatic Colors of #1DB3C9
Black with #1DB3C9
Text Example
Text Example
White with #1DB3C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB3C9; }
p { color: rgb(29,179,201); }
H1.HeaderClassName
{
color: #1DB3C9;
}
.AnyTagClassName
{
color: #1DB3C9;
}
</style>
background-color css
<style>
a { background-color: #1DB3C9; }
a { background-color: rgb(29,179,201); }
div.DivClassName
{
background-color: #1DB3C9;
}
.BgClassName
{
background-color: #1DB3C9;
}
</style>
border-color css
<style>
span { border-color: #1DB3C9; }
span { border-color: rgb(29,179,201); }
td.TdClassName
{
border-color: #1DB3C9;
}
.TagClassName
{
border-color: #1DB3C9;
}
</style>