Shades of Iris Blue #1DB8CC
Tints of Iris Blue #1DB8CC
RGB
CMYK
RGB Variations
Color information
#1DB8CC (or 0x1DB8CC) is known color: Iris Blue. HEX triplet: 1D, B8 and CC. RGB value is (29,184,204). Sum of RGB (Red+Green+Blue) = 29+184+204=417 (55% of max value = 765). Red value is 29 (11.72% from 255 or 6.95% from 417); Green value is 184 (72.27% from 255 or 44.12% from 417); Blue value is 204 (80.08% from 255 or 48.92% from 417); Max value from RGB is 204 - color contains mainly: blue. Hex color #1DB8CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DB8CC is #E24733. Grayscale: #8B8B8B. Windows color (decimal): -14829364 or 13416477. OLE color: 13416477.
HSL color Cylindrical-coordinate representation of color #1DB8CC: hue angle of 186.86º 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 #1DB8CC is Cyan = 0.86, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 29 | 184 | 204 | - |
| CMYK | 0.86 | 0.10 | 0 | 0.2 |
| HSL | 186.86º | 0.75% | 0.46% | - |
| HSV(B) | 186.86º | 0.86% | 0.8% | - |
| XYZ | 28.55 | 38.9 | 63.13 | - |
| YUV | 139.94 | 164.15 | 48.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 184 | 204 | 0.86 | 0.10 | 0 | 0.2 | 186.86 | 0.75 | 0.46 |
| Hex | 1D | B8 | CC | 56 | A | 0 | 14 | BB | 4B | 2E |
| Octal | 35 | 270 | 314 | 126 | 12 | 0 | 24 | 273 | 113 | 56 |
| Binary | 11101 | 10111000 | 11001100 | 1010110 | 1010 | 0 | 10100 | 10111011 | 1001011 | 101110 |
Color Harmonies of #1DB8CC
Complementary color
Monochromatic Colors of #1DB8CC
Black with #1DB8CC
Text Example
Text Example
White with #1DB8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB8CC; }
p { color: rgb(29,184,204); }
H1.HeaderClassName
{
color: #1DB8CC;
}
.AnyTagClassName
{
color: #1DB8CC;
}
</style>
background-color css
<style>
a { background-color: #1DB8CC; }
a { background-color: rgb(29,184,204); }
div.DivClassName
{
background-color: #1DB8CC;
}
.BgClassName
{
background-color: #1DB8CC;
}
</style>
border-color css
<style>
span { border-color: #1DB8CC; }
span { border-color: rgb(29,184,204); }
td.TdClassName
{
border-color: #1DB8CC;
}
.TagClassName
{
border-color: #1DB8CC;
}
</style>