Shades of Iris Blue #1DBCCC
Tints of Iris Blue #1DBCCC
RGB
CMYK
RGB Variations
Color information
#1DBCCC (or 0x1DBCCC) is known color: Iris Blue. HEX triplet: 1D, BC and CC. RGB value is (29,188,204). Sum of RGB (Red+Green+Blue) = 29+188+204=421 (55% of max value = 765). Red value is 29 (11.72% from 255 or 6.89% from 421); Green value is 188 (73.83% from 255 or 44.66% from 421); Blue value is 204 (80.08% from 255 or 48.46% from 421); Max value from RGB is 204 - color contains mainly: blue. Hex color #1DBCCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DBCCC is #E24333. Grayscale: #8E8E8E. Windows color (decimal): -14828340 or 13417501. OLE color: 13417501.
HSL color Cylindrical-coordinate representation of color #1DBCCC: hue angle of 185.49º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DBCCC is Cyan = 0.86, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 29 | 188 | 204 | - |
| CMYK | 0.86 | 0.08 | 0 | 0.2 |
| HSL | 185.49º | 0.75% | 0.46% | - |
| HSV(B) | 185.49º | 0.86% | 0.8% | - |
| XYZ | 29.39 | 40.59 | 63.41 | - |
| YUV | 142.28 | 162.82 | 47.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 188 | 204 | 0.86 | 0.08 | 0 | 0.2 | 185.49 | 0.75 | 0.46 |
| Hex | 1D | BC | CC | 56 | 8 | 0 | 14 | B9 | 4B | 2E |
| Octal | 35 | 274 | 314 | 126 | 10 | 0 | 24 | 271 | 113 | 56 |
| Binary | 11101 | 10111100 | 11001100 | 1010110 | 1000 | 0 | 10100 | 10111001 | 1001011 | 101110 |
Color Harmonies of #1DBCCC
Complementary color
Monochromatic Colors of #1DBCCC
Black with #1DBCCC
Text Example
Text Example
White with #1DBCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBCCC; }
p { color: rgb(29,188,204); }
H1.HeaderClassName
{
color: #1DBCCC;
}
.AnyTagClassName
{
color: #1DBCCC;
}
</style>
background-color css
<style>
a { background-color: #1DBCCC; }
a { background-color: rgb(29,188,204); }
div.DivClassName
{
background-color: #1DBCCC;
}
.BgClassName
{
background-color: #1DBCCC;
}
</style>
border-color css
<style>
span { border-color: #1DBCCC; }
span { border-color: rgb(29,188,204); }
td.TdClassName
{
border-color: #1DBCCC;
}
.TagClassName
{
border-color: #1DBCCC;
}
</style>