Shades of Iris Blue #1DBCC5
Tints of Iris Blue #1DBCC5
RGB
CMYK
RGB Variations
Color information
#1DBCC5 (or 0x1DBCC5) is known color: Iris Blue. HEX triplet: 1D, BC and C5. RGB value is (29,188,197). Sum of RGB (Red+Green+Blue) = 29+188+197=414 (54% of max value = 765). Red value is 29 (11.72% from 255 or 7.00% from 414); Green value is 188 (73.83% from 255 or 45.41% from 414); Blue value is 197 (77.34% from 255 or 47.58% from 414); Max value from RGB is 197 - color contains mainly: blue. Hex color #1DBCC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DBCC5 is #E2433A. Grayscale: #8D8D8D. Windows color (decimal): -14828347 or 12958749. OLE color: 12958749.
HSL color Cylindrical-coordinate representation of color #1DBCC5: hue angle of 183.21º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DBCC5 is Cyan = 0.85, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 29 | 188 | 197 | - |
| CMYK | 0.85 | 0.05 | 0 | 0.23 |
| HSL | 183.21º | 0.74% | 0.44% | - |
| HSV(B) | 183.21º | 0.85% | 0.77% | - |
| XYZ | 28.57 | 40.26 | 59.09 | - |
| YUV | 141.49 | 159.32 | 47.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 188 | 197 | 0.85 | 0.05 | 0 | 0.23 | 183.21 | 0.74 | 0.44 |
| Hex | 1D | BC | C5 | 55 | 5 | 0 | 17 | B7 | 4A | 2C |
| Octal | 35 | 274 | 305 | 125 | 5 | 0 | 27 | 267 | 112 | 54 |
| Binary | 11101 | 10111100 | 11000101 | 1010101 | 101 | 0 | 10111 | 10110111 | 1001010 | 101100 |
Color Harmonies of #1DBCC5
Complementary color
Monochromatic Colors of #1DBCC5
Black with #1DBCC5
Text Example
Text Example
White with #1DBCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBCC5; }
p { color: rgb(29,188,197); }
H1.HeaderClassName
{
color: #1DBCC5;
}
.AnyTagClassName
{
color: #1DBCC5;
}
</style>
background-color css
<style>
a { background-color: #1DBCC5; }
a { background-color: rgb(29,188,197); }
div.DivClassName
{
background-color: #1DBCC5;
}
.BgClassName
{
background-color: #1DBCC5;
}
</style>
border-color css
<style>
span { border-color: #1DBCC5; }
span { border-color: rgb(29,188,197); }
td.TdClassName
{
border-color: #1DBCC5;
}
.TagClassName
{
border-color: #1DBCC5;
}
</style>