Shades of Iris Blue #1DADCD
Tints of Iris Blue #1DADCD
RGB
CMYK
RGB Variations
Color information
#1DADCD (or 0x1DADCD) is known color: Iris Blue. HEX triplet: 1D, AD and CD. RGB value is (29,173,205). Sum of RGB (Red+Green+Blue) = 29+173+205=407 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.13% from 407); Green value is 173 (67.97% from 255 or 42.51% from 407); Blue value is 205 (80.47% from 255 or 50.37% from 407); Max value from RGB is 205 - color contains mainly: blue. Hex color #1DADCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DADCD is #E25232. Grayscale: #858585. Windows color (decimal): -14832179 or 13479197. OLE color: 13479197.
HSL color Cylindrical-coordinate representation of color #1DADCD: hue angle of 190.91º 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 #1DADCD is Cyan = 0.86, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 29 | 173 | 205 | - |
| CMYK | 0.86 | 0.16 | 0 | 0.20 |
| HSL | 190.91º | 0.75% | 0.46% | - |
| HSV(B) | 190.91º | 0.86% | 0.8% | - |
| XYZ | 26.47 | 34.56 | 63.03 | - |
| YUV | 133.59 | 168.29 | 53.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 173 | 205 | 0.86 | 0.16 | 0 | 0.20 | 190.91 | 0.75 | 0.46 |
| Hex | 1D | AD | CD | 56 | 10 | 0 | 14 | BF | 4B | 2E |
| Octal | 35 | 255 | 315 | 126 | 20 | 0 | 24 | 277 | 113 | 56 |
| Binary | 11101 | 10101101 | 11001101 | 1010110 | 10000 | 0 | 10100 | 10111111 | 1001011 | 101110 |
Color Harmonies of #1DADCD
Complementary color
Monochromatic Colors of #1DADCD
Black with #1DADCD
Text Example
Text Example
White with #1DADCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DADCD; }
p { color: rgb(29,173,205); }
H1.HeaderClassName
{
color: #1DADCD;
}
.AnyTagClassName
{
color: #1DADCD;
}
</style>
background-color css
<style>
a { background-color: #1DADCD; }
a { background-color: rgb(29,173,205); }
div.DivClassName
{
background-color: #1DADCD;
}
.BgClassName
{
background-color: #1DADCD;
}
</style>
border-color css
<style>
span { border-color: #1DADCD; }
span { border-color: rgb(29,173,205); }
td.TdClassName
{
border-color: #1DADCD;
}
.TagClassName
{
border-color: #1DADCD;
}
</style>