Shades of Iris Blue #1DBAC6
Tints of Iris Blue #1DBAC6
RGB
CMYK
RGB Variations
Color information
#1DBAC6 (or 0x1DBAC6) is known color: Iris Blue. HEX triplet: 1D, BA and C6. RGB value is (29,186,198). Sum of RGB (Red+Green+Blue) = 29+186+198=413 (54% of max value = 765). Red value is 29 (11.72% from 255 or 7.02% from 413); Green value is 186 (73.05% from 255 or 45.04% from 413); Blue value is 198 (77.73% from 255 or 47.94% from 413); Max value from RGB is 198 - color contains mainly: blue. Hex color #1DBAC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DBAC6 is #E24539. Grayscale: #8C8C8C. Windows color (decimal): -14828858 or 13023773. OLE color: 13023773.
HSL color Cylindrical-coordinate representation of color #1DBAC6: hue angle of 184.26º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DBAC6 is Cyan = 0.85, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 29 | 186 | 198 | - |
| CMYK | 0.85 | 0.06 | 0 | 0.22 |
| HSL | 184.26º | 0.74% | 0.45% | - |
| HSV(B) | 184.26º | 0.85% | 0.78% | - |
| XYZ | 28.26 | 39.46 | 59.55 | - |
| YUV | 140.43 | 160.49 | 48.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 186 | 198 | 0.85 | 0.06 | 0 | 0.22 | 184.26 | 0.74 | 0.45 |
| Hex | 1D | BA | C6 | 55 | 6 | 0 | 16 | B8 | 4A | 2D |
| Octal | 35 | 272 | 306 | 125 | 6 | 0 | 26 | 270 | 112 | 55 |
| Binary | 11101 | 10111010 | 11000110 | 1010101 | 110 | 0 | 10110 | 10111000 | 1001010 | 101101 |
Color Harmonies of #1DBAC6
Complementary color
Monochromatic Colors of #1DBAC6
Black with #1DBAC6
Text Example
Text Example
White with #1DBAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBAC6; }
p { color: rgb(29,186,198); }
H1.HeaderClassName
{
color: #1DBAC6;
}
.AnyTagClassName
{
color: #1DBAC6;
}
</style>
background-color css
<style>
a { background-color: #1DBAC6; }
a { background-color: rgb(29,186,198); }
div.DivClassName
{
background-color: #1DBAC6;
}
.BgClassName
{
background-color: #1DBAC6;
}
</style>
border-color css
<style>
span { border-color: #1DBAC6; }
span { border-color: rgb(29,186,198); }
td.TdClassName
{
border-color: #1DBAC6;
}
.TagClassName
{
border-color: #1DBAC6;
}
</style>