Shades of Iris Blue #1DBCD4
Tints of Iris Blue #1DBCD4
RGB
CMYK
RGB Variations
Color information
#1DBCD4 (or 0x1DBCD4) is known color: Iris Blue. HEX triplet: 1D, BC and D4. RGB value is (29,188,212). Sum of RGB (Red+Green+Blue) = 29+188+212=429 (56% of max value = 765). Red value is 29 (11.72% from 255 or 6.76% from 429); Green value is 188 (73.83% from 255 or 43.82% from 429); Blue value is 212 (83.20% from 255 or 49.42% from 429); Max value from RGB is 212 - color contains mainly: blue. Hex color #1DBCD4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DBCD4 is #E2432B. Grayscale: #8E8E8E. Windows color (decimal): -14828332 or 13941789. OLE color: 13941789.
HSL color Cylindrical-coordinate representation of color #1DBCD4: hue angle of 187.87º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DBCD4 is Cyan = 0.86, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 29 | 188 | 212 | - |
| CMYK | 0.86 | 0.11 | 0 | 0.17 |
| HSL | 187.87º | 0.76% | 0.47% | - |
| HSV(B) | 187.87º | 0.86% | 0.83% | - |
| XYZ | 30.37 | 40.98 | 68.6 | - |
| YUV | 143.2 | 166.82 | 46.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 188 | 212 | 0.86 | 0.11 | 0 | 0.17 | 187.87 | 0.76 | 0.47 |
| Hex | 1D | BC | D4 | 56 | B | 0 | 11 | BC | 4C | 2F |
| Octal | 35 | 274 | 324 | 126 | 13 | 0 | 21 | 274 | 114 | 57 |
| Binary | 11101 | 10111100 | 11010100 | 1010110 | 1011 | 0 | 10001 | 10111100 | 1001100 | 101111 |
Color Harmonies of #1DBCD4
Complementary color
Monochromatic Colors of #1DBCD4
Black with #1DBCD4
Text Example
Text Example
White with #1DBCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBCD4; }
p { color: rgb(29,188,212); }
H1.HeaderClassName
{
color: #1DBCD4;
}
.AnyTagClassName
{
color: #1DBCD4;
}
</style>
background-color css
<style>
a { background-color: #1DBCD4; }
a { background-color: rgb(29,188,212); }
div.DivClassName
{
background-color: #1DBCD4;
}
.BgClassName
{
background-color: #1DBCD4;
}
</style>
border-color css
<style>
span { border-color: #1DBCD4; }
span { border-color: rgb(29,188,212); }
td.TdClassName
{
border-color: #1DBCD4;
}
.TagClassName
{
border-color: #1DBCD4;
}
</style>