Shades of Iris Blue #1DABCC
Tints of Iris Blue #1DABCC
RGB
CMYK
RGB Variations
Color information
#1DABCC (or 0x1DABCC) is known color: Iris Blue. HEX triplet: 1D, AB and CC. RGB value is (29,171,204). Sum of RGB (Red+Green+Blue) = 29+171+204=404 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.18% from 404); Green value is 171 (67.19% from 255 or 42.33% from 404); Blue value is 204 (80.08% from 255 or 50.50% from 404); Max value from RGB is 204 - color contains mainly: blue. Hex color #1DABCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DABCC is #E25433. Grayscale: #848484. Windows color (decimal): -14832692 or 13413149. OLE color: 13413149.
HSL color Cylindrical-coordinate representation of color #1DABCC: hue angle of 191.31º 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 #1DABCC is Cyan = 0.86, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 29 | 171 | 204 | - |
| CMYK | 0.86 | 0.16 | 0 | 0.2 |
| HSL | 191.31º | 0.75% | 0.46% | - |
| HSV(B) | 191.31º | 0.86% | 0.8% | - |
| XYZ | 25.97 | 33.75 | 62.27 | - |
| YUV | 132.3 | 168.46 | 54.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 171 | 204 | 0.86 | 0.16 | 0 | 0.2 | 191.31 | 0.75 | 0.46 |
| Hex | 1D | AB | CC | 56 | 10 | 0 | 14 | BF | 4B | 2E |
| Octal | 35 | 253 | 314 | 126 | 20 | 0 | 24 | 277 | 113 | 56 |
| Binary | 11101 | 10101011 | 11001100 | 1010110 | 10000 | 0 | 10100 | 10111111 | 1001011 | 101110 |
Color Harmonies of #1DABCC
Complementary color
Monochromatic Colors of #1DABCC
Black with #1DABCC
Text Example
Text Example
White with #1DABCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DABCC; }
p { color: rgb(29,171,204); }
H1.HeaderClassName
{
color: #1DABCC;
}
.AnyTagClassName
{
color: #1DABCC;
}
</style>
background-color css
<style>
a { background-color: #1DABCC; }
a { background-color: rgb(29,171,204); }
div.DivClassName
{
background-color: #1DABCC;
}
.BgClassName
{
background-color: #1DABCC;
}
</style>
border-color css
<style>
span { border-color: #1DABCC; }
span { border-color: rgb(29,171,204); }
td.TdClassName
{
border-color: #1DABCC;
}
.TagClassName
{
border-color: #1DABCC;
}
</style>