Shades of Iris Blue #1DAECC
Tints of Iris Blue #1DAECC
RGB
CMYK
RGB Variations
Color information
#1DAECC (or 0x1DAECC) is known color: Iris Blue. HEX triplet: 1D, AE and CC. RGB value is (29,174,204). Sum of RGB (Red+Green+Blue) = 29+174+204=407 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.13% from 407); Green value is 174 (68.36% from 255 or 42.75% from 407); Blue value is 204 (80.08% from 255 or 50.12% from 407); Max value from RGB is 204 - color contains mainly: blue. Hex color #1DAECC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DAECC is #E25133. Grayscale: #858585. Windows color (decimal): -14831924 or 13413917. OLE color: 13413917.
HSL color Cylindrical-coordinate representation of color #1DAECC: hue angle of 190.29º 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 #1DAECC is Cyan = 0.86, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 29 | 174 | 204 | - |
| CMYK | 0.86 | 0.15 | 0 | 0.2 |
| HSL | 190.29º | 0.75% | 0.46% | - |
| HSV(B) | 190.29º | 0.86% | 0.8% | - |
| XYZ | 26.54 | 34.89 | 62.46 | - |
| YUV | 134.07 | 167.46 | 53.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 174 | 204 | 0.86 | 0.15 | 0 | 0.2 | 190.29 | 0.75 | 0.46 |
| Hex | 1D | AE | CC | 56 | F | 0 | 14 | BE | 4B | 2E |
| Octal | 35 | 256 | 314 | 126 | 17 | 0 | 24 | 276 | 113 | 56 |
| Binary | 11101 | 10101110 | 11001100 | 1010110 | 1111 | 0 | 10100 | 10111110 | 1001011 | 101110 |
Color Harmonies of #1DAECC
Complementary color
Monochromatic Colors of #1DAECC
Black with #1DAECC
Text Example
Text Example
White with #1DAECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAECC; }
p { color: rgb(29,174,204); }
H1.HeaderClassName
{
color: #1DAECC;
}
.AnyTagClassName
{
color: #1DAECC;
}
</style>
background-color css
<style>
a { background-color: #1DAECC; }
a { background-color: rgb(29,174,204); }
div.DivClassName
{
background-color: #1DAECC;
}
.BgClassName
{
background-color: #1DAECC;
}
</style>
border-color css
<style>
span { border-color: #1DAECC; }
span { border-color: rgb(29,174,204); }
td.TdClassName
{
border-color: #1DAECC;
}
.TagClassName
{
border-color: #1DAECC;
}
</style>