Shades of Iris Blue #1DB4CB
Tints of Iris Blue #1DB4CB
RGB
CMYK
RGB Variations
Color information
#1DB4CB (or 0x1DB4CB) is known color: Iris Blue. HEX triplet: 1D, B4 and CB. RGB value is (29,180,203). Sum of RGB (Red+Green+Blue) = 29+180+203=412 (54% of max value = 765). Red value is 29 (11.72% from 255 or 7.04% from 412); Green value is 180 (70.70% from 255 or 43.69% from 412); Blue value is 203 (79.69% from 255 or 49.27% from 412); Max value from RGB is 203 - color contains mainly: blue. Hex color #1DB4CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DB4CB is #E24B34. Grayscale: #898989. Windows color (decimal): -14830389 or 13349917. OLE color: 13349917.
HSL color Cylindrical-coordinate representation of color #1DB4CB: hue angle of 187.93º 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 #1DB4CB is Cyan = 0.86, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 29 | 180 | 203 | - |
| CMYK | 0.86 | 0.11 | 0 | 0.20 |
| HSL | 187.93º | 0.75% | 0.45% | - |
| HSV(B) | 187.93º | 0.86% | 0.8% | - |
| XYZ | 27.61 | 37.22 | 62.23 | - |
| YUV | 137.47 | 164.97 | 50.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 180 | 203 | 0.86 | 0.11 | 0 | 0.20 | 187.93 | 0.75 | 0.45 |
| Hex | 1D | B4 | CB | 56 | B | 0 | 14 | BC | 4B | 2D |
| Octal | 35 | 264 | 313 | 126 | 13 | 0 | 24 | 274 | 113 | 55 |
| Binary | 11101 | 10110100 | 11001011 | 1010110 | 1011 | 0 | 10100 | 10111100 | 1001011 | 101101 |
Color Harmonies of #1DB4CB
Complementary color
Monochromatic Colors of #1DB4CB
Black with #1DB4CB
Text Example
Text Example
White with #1DB4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB4CB; }
p { color: rgb(29,180,203); }
H1.HeaderClassName
{
color: #1DB4CB;
}
.AnyTagClassName
{
color: #1DB4CB;
}
</style>
background-color css
<style>
a { background-color: #1DB4CB; }
a { background-color: rgb(29,180,203); }
div.DivClassName
{
background-color: #1DB4CB;
}
.BgClassName
{
background-color: #1DB4CB;
}
</style>
border-color css
<style>
span { border-color: #1DB4CB; }
span { border-color: rgb(29,180,203); }
td.TdClassName
{
border-color: #1DB4CB;
}
.TagClassName
{
border-color: #1DB4CB;
}
</style>