Shades of Iris Blue #1DB8CB
Tints of Iris Blue #1DB8CB
RGB
CMYK
RGB Variations
Color information
#1DB8CB (or 0x1DB8CB) is known color: Iris Blue. HEX triplet: 1D, B8 and CB. RGB value is (29,184,203). Sum of RGB (Red+Green+Blue) = 29+184+203=416 (55% of max value = 765). Red value is 29 (11.72% from 255 or 6.97% from 416); Green value is 184 (72.27% from 255 or 44.23% from 416); Blue value is 203 (79.69% from 255 or 48.80% from 416); Max value from RGB is 203 - color contains mainly: blue. Hex color #1DB8CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DB8CB is #E24734. Grayscale: #8B8B8B. Windows color (decimal): -14829365 or 13350941. OLE color: 13350941.
HSL color Cylindrical-coordinate representation of color #1DB8CB: hue angle of 186.55º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DB8CB is Cyan = 0.86, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 29 | 184 | 203 | - |
| CMYK | 0.86 | 0.09 | 0 | 0.20 |
| HSL | 186.55º | 0.75% | 0.45% | - |
| HSV(B) | 186.55º | 0.86% | 0.8% | - |
| XYZ | 28.43 | 38.85 | 62.5 | - |
| YUV | 139.82 | 163.65 | 48.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 184 | 203 | 0.86 | 0.09 | 0 | 0.20 | 186.55 | 0.75 | 0.45 |
| Hex | 1D | B8 | CB | 56 | 9 | 0 | 14 | BB | 4B | 2D |
| Octal | 35 | 270 | 313 | 126 | 11 | 0 | 24 | 273 | 113 | 55 |
| Binary | 11101 | 10111000 | 11001011 | 1010110 | 1001 | 0 | 10100 | 10111011 | 1001011 | 101101 |
Color Harmonies of #1DB8CB
Complementary color
Monochromatic Colors of #1DB8CB
Black with #1DB8CB
Text Example
Text Example
White with #1DB8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB8CB; }
p { color: rgb(29,184,203); }
H1.HeaderClassName
{
color: #1DB8CB;
}
.AnyTagClassName
{
color: #1DB8CB;
}
</style>
background-color css
<style>
a { background-color: #1DB8CB; }
a { background-color: rgb(29,184,203); }
div.DivClassName
{
background-color: #1DB8CB;
}
.BgClassName
{
background-color: #1DB8CB;
}
</style>
border-color css
<style>
span { border-color: #1DB8CB; }
span { border-color: rgb(29,184,203); }
td.TdClassName
{
border-color: #1DB8CB;
}
.TagClassName
{
border-color: #1DB8CB;
}
</style>