Shades of Iris Blue #1DBACE
Tints of Iris Blue #1DBACE
RGB
CMYK
RGB Variations
Color information
#1DBACE (or 0x1DBACE) is known color: Iris Blue. HEX triplet: 1D, BA and CE. RGB value is (29,186,206). Sum of RGB (Red+Green+Blue) = 29+186+206=421 (55% of max value = 765). Red value is 29 (11.72% from 255 or 6.89% from 421); Green value is 186 (73.05% from 255 or 44.18% from 421); Blue value is 206 (80.86% from 255 or 48.93% from 421); Max value from RGB is 206 - color contains mainly: blue. Hex color #1DBACE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DBACE is #E24531. Grayscale: #8D8D8D. Windows color (decimal): -14828850 or 13548061. OLE color: 13548061.
HSL color Cylindrical-coordinate representation of color #1DBACE: hue angle of 186.78º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DBACE is Cyan = 0.86, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 29 | 186 | 206 | - |
| CMYK | 0.86 | 0.10 | 0 | 0.19 |
| HSL | 186.78º | 0.75% | 0.46% | - |
| HSV(B) | 186.78º | 0.86% | 0.81% | - |
| XYZ | 29.21 | 39.84 | 64.54 | - |
| YUV | 141.34 | 164.49 | 47.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 186 | 206 | 0.86 | 0.10 | 0 | 0.19 | 186.78 | 0.75 | 0.46 |
| Hex | 1D | BA | CE | 56 | A | 0 | 13 | BB | 4B | 2E |
| Octal | 35 | 272 | 316 | 126 | 12 | 0 | 23 | 273 | 113 | 56 |
| Binary | 11101 | 10111010 | 11001110 | 1010110 | 1010 | 0 | 10011 | 10111011 | 1001011 | 101110 |
Color Harmonies of #1DBACE
Complementary color
Monochromatic Colors of #1DBACE
Black with #1DBACE
Text Example
Text Example
White with #1DBACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBACE; }
p { color: rgb(29,186,206); }
H1.HeaderClassName
{
color: #1DBACE;
}
.AnyTagClassName
{
color: #1DBACE;
}
</style>
background-color css
<style>
a { background-color: #1DBACE; }
a { background-color: rgb(29,186,206); }
div.DivClassName
{
background-color: #1DBACE;
}
.BgClassName
{
background-color: #1DBACE;
}
</style>
border-color css
<style>
span { border-color: #1DBACE; }
span { border-color: rgb(29,186,206); }
td.TdClassName
{
border-color: #1DBACE;
}
.TagClassName
{
border-color: #1DBACE;
}
</style>