Shades of Iris Blue #1DBAD6
Tints of Iris Blue #1DBAD6
RGB
CMYK
RGB Variations
Color information
#1DBAD6 (or 0x1DBAD6) is known color: Iris Blue. HEX triplet: 1D, BA and D6. RGB value is (29,186,214). Sum of RGB (Red+Green+Blue) = 29+186+214=429 (56% of max value = 765). Red value is 29 (11.72% from 255 or 6.76% from 429); Green value is 186 (73.05% from 255 or 43.36% from 429); Blue value is 214 (83.98% from 255 or 49.88% from 429); Max value from RGB is 214 - color contains mainly: blue. Hex color #1DBAD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DBAD6 is #E24529. Grayscale: #8D8D8D. Windows color (decimal): -14828842 or 14072349. OLE color: 14072349.
HSL color Cylindrical-coordinate representation of color #1DBAD6: hue angle of 189.08º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DBAD6 is Cyan = 0.86, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 29 | 186 | 214 | - |
| CMYK | 0.86 | 0.13 | 0 | 0.16 |
| HSL | 189.08º | 0.76% | 0.48% | - |
| HSV(B) | 189.08º | 0.86% | 0.84% | - |
| XYZ | 30.2 | 40.23 | 69.79 | - |
| YUV | 142.25 | 168.49 | 47.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 186 | 214 | 0.86 | 0.13 | 0 | 0.16 | 189.08 | 0.76 | 0.48 |
| Hex | 1D | BA | D6 | 56 | D | 0 | 10 | BD | 4C | 30 |
| Octal | 35 | 272 | 326 | 126 | 15 | 0 | 20 | 275 | 114 | 60 |
| Binary | 11101 | 10111010 | 11010110 | 1010110 | 1101 | 0 | 10000 | 10111101 | 1001100 | 110000 |
Color Harmonies of #1DBAD6
Complementary color
Monochromatic Colors of #1DBAD6
Black with #1DBAD6
Text Example
Text Example
White with #1DBAD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBAD6; }
p { color: rgb(29,186,214); }
H1.HeaderClassName
{
color: #1DBAD6;
}
.AnyTagClassName
{
color: #1DBAD6;
}
</style>
background-color css
<style>
a { background-color: #1DBAD6; }
a { background-color: rgb(29,186,214); }
div.DivClassName
{
background-color: #1DBAD6;
}
.BgClassName
{
background-color: #1DBAD6;
}
</style>
border-color css
<style>
span { border-color: #1DBAD6; }
span { border-color: rgb(29,186,214); }
td.TdClassName
{
border-color: #1DBAD6;
}
.TagClassName
{
border-color: #1DBAD6;
}
</style>