Shades of Iris Blue #1DAECB
Tints of Iris Blue #1DAECB
RGB
CMYK
RGB Variations
Color information
#1DAECB (or 0x1DAECB) is known color: Iris Blue. HEX triplet: 1D, AE and CB. RGB value is (29,174,203). Sum of RGB (Red+Green+Blue) = 29+174+203=406 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.14% from 406); Green value is 174 (68.36% from 255 or 42.86% from 406); Blue value is 203 (79.69% from 255 or 50% from 406); Max value from RGB is 203 - color contains mainly: blue. Hex color #1DAECB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DAECB is #E25134. Grayscale: #858585. Windows color (decimal): -14831925 or 13348381. OLE color: 13348381.
HSL color Cylindrical-coordinate representation of color #1DAECB: hue angle of 190º 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 #1DAECB is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 29 | 174 | 203 | - |
| CMYK | 0.86 | 0.14 | 0 | 0.20 |
| HSL | 190º | 0.75% | 0.45% | - |
| HSV(B) | 190º | 0.86% | 0.8% | - |
| XYZ | 26.42 | 34.85 | 61.83 | - |
| YUV | 133.95 | 166.96 | 53.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 174 | 203 | 0.86 | 0.14 | 0 | 0.20 | 190 | 0.75 | 0.45 |
| Hex | 1D | AE | CB | 56 | E | 0 | 14 | BE | 4B | 2D |
| Octal | 35 | 256 | 313 | 126 | 16 | 0 | 24 | 276 | 113 | 55 |
| Binary | 11101 | 10101110 | 11001011 | 1010110 | 1110 | 0 | 10100 | 10111110 | 1001011 | 101101 |
Color Harmonies of #1DAECB
Complementary color
Monochromatic Colors of #1DAECB
Black with #1DAECB
Text Example
Text Example
White with #1DAECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAECB; }
p { color: rgb(29,174,203); }
H1.HeaderClassName
{
color: #1DAECB;
}
.AnyTagClassName
{
color: #1DAECB;
}
</style>
background-color css
<style>
a { background-color: #1DAECB; }
a { background-color: rgb(29,174,203); }
div.DivClassName
{
background-color: #1DAECB;
}
.BgClassName
{
background-color: #1DAECB;
}
</style>
border-color css
<style>
span { border-color: #1DAECB; }
span { border-color: rgb(29,174,203); }
td.TdClassName
{
border-color: #1DAECB;
}
.TagClassName
{
border-color: #1DAECB;
}
</style>