Shades of Iris Blue #1DADCB
Tints of Iris Blue #1DADCB
RGB
CMYK
RGB Variations
Color information
#1DADCB (or 0x1DADCB) is known color: Iris Blue. HEX triplet: 1D, AD and CB. RGB value is (29,173,203). Sum of RGB (Red+Green+Blue) = 29+173+203=405 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.16% from 405); Green value is 173 (67.97% from 255 or 42.72% from 405); Blue value is 203 (79.69% from 255 or 50.12% from 405); Max value from RGB is 203 - color contains mainly: blue. Hex color #1DADCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DADCB is #E25234. Grayscale: #858585. Windows color (decimal): -14832181 or 13348125. OLE color: 13348125.
HSL color Cylindrical-coordinate representation of color #1DADCB: hue angle of 190.34º 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 #1DADCB is Cyan = 0.86, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 29 | 173 | 203 | - |
| CMYK | 0.86 | 0.15 | 0 | 0.20 |
| HSL | 190.34º | 0.75% | 0.45% | - |
| HSV(B) | 190.34º | 0.86% | 0.8% | - |
| XYZ | 26.23 | 34.46 | 61.77 | - |
| YUV | 133.36 | 167.29 | 53.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 173 | 203 | 0.86 | 0.15 | 0 | 0.20 | 190.34 | 0.75 | 0.45 |
| Hex | 1D | AD | CB | 56 | F | 0 | 14 | BE | 4B | 2D |
| Octal | 35 | 255 | 313 | 126 | 17 | 0 | 24 | 276 | 113 | 55 |
| Binary | 11101 | 10101101 | 11001011 | 1010110 | 1111 | 0 | 10100 | 10111110 | 1001011 | 101101 |
Color Harmonies of #1DADCB
Complementary color
Monochromatic Colors of #1DADCB
Black with #1DADCB
Text Example
Text Example
White with #1DADCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DADCB; }
p { color: rgb(29,173,203); }
H1.HeaderClassName
{
color: #1DADCB;
}
.AnyTagClassName
{
color: #1DADCB;
}
</style>
background-color css
<style>
a { background-color: #1DADCB; }
a { background-color: rgb(29,173,203); }
div.DivClassName
{
background-color: #1DADCB;
}
.BgClassName
{
background-color: #1DADCB;
}
</style>
border-color css
<style>
span { border-color: #1DADCB; }
span { border-color: rgb(29,173,203); }
td.TdClassName
{
border-color: #1DADCB;
}
.TagClassName
{
border-color: #1DADCB;
}
</style>