Shades of Iris Blue #1DBBCC
Tints of Iris Blue #1DBBCC
RGB
CMYK
RGB Variations
Color information
#1DBBCC (or 0x1DBBCC) is known color: Iris Blue. HEX triplet: 1D, BB and CC. RGB value is (29,187,204). Sum of RGB (Red+Green+Blue) = 29+187+204=420 (55% of max value = 765). Red value is 29 (11.72% from 255 or 6.90% from 420); Green value is 187 (73.44% from 255 or 44.52% from 420); Blue value is 204 (80.08% from 255 or 48.57% from 420); Max value from RGB is 204 - color contains mainly: blue. Hex color #1DBBCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DBBCC is #E24433. Grayscale: #8D8D8D. Windows color (decimal): -14828596 or 13417245. OLE color: 13417245.
HSL color Cylindrical-coordinate representation of color #1DBBCC: hue angle of 185.83º 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 #1DBBCC is Cyan = 0.86, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 29 | 187 | 204 | - |
| CMYK | 0.86 | 0.08 | 0 | 0.2 |
| HSL | 185.83º | 0.75% | 0.46% | - |
| HSV(B) | 185.83º | 0.86% | 0.8% | - |
| XYZ | 29.18 | 40.16 | 63.34 | - |
| YUV | 141.7 | 163.15 | 47.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 187 | 204 | 0.86 | 0.08 | 0 | 0.2 | 185.83 | 0.75 | 0.46 |
| Hex | 1D | BB | CC | 56 | 8 | 0 | 14 | BA | 4B | 2E |
| Octal | 35 | 273 | 314 | 126 | 10 | 0 | 24 | 272 | 113 | 56 |
| Binary | 11101 | 10111011 | 11001100 | 1010110 | 1000 | 0 | 10100 | 10111010 | 1001011 | 101110 |
Color Harmonies of #1DBBCC
Complementary color
Monochromatic Colors of #1DBBCC
Black with #1DBBCC
Text Example
Text Example
White with #1DBBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBBCC; }
p { color: rgb(29,187,204); }
H1.HeaderClassName
{
color: #1DBBCC;
}
.AnyTagClassName
{
color: #1DBBCC;
}
</style>
background-color css
<style>
a { background-color: #1DBBCC; }
a { background-color: rgb(29,187,204); }
div.DivClassName
{
background-color: #1DBBCC;
}
.BgClassName
{
background-color: #1DBBCC;
}
</style>
border-color css
<style>
span { border-color: #1DBBCC; }
span { border-color: rgb(29,187,204); }
td.TdClassName
{
border-color: #1DBBCC;
}
.TagClassName
{
border-color: #1DBBCC;
}
</style>