Shades of Iris Blue #1DABCF
Tints of Iris Blue #1DABCF
RGB
CMYK
RGB Variations
Color information
#1DABCF (or 0x1DABCF) is known color: Iris Blue. HEX triplet: 1D, AB and CF. RGB value is (29,171,207). Sum of RGB (Red+Green+Blue) = 29+171+207=407 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.13% from 407); Green value is 171 (67.19% from 255 or 42.01% from 407); Blue value is 207 (81.25% from 255 or 50.86% from 407); Max value from RGB is 207 - color contains mainly: blue. Hex color #1DABCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DABCF is #E25430. Grayscale: #848484. Windows color (decimal): -14832689 or 13609757. OLE color: 13609757.
HSL color Cylindrical-coordinate representation of color #1DABCF: hue angle of 192.13º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DABCF is Cyan = 0.86, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 29 | 171 | 207 | - |
| CMYK | 0.86 | 0.17 | 0 | 0.19 |
| HSL | 192.13º | 0.75% | 0.46% | - |
| HSV(B) | 192.13º | 0.86% | 0.81% | - |
| XYZ | 26.33 | 33.89 | 64.19 | - |
| YUV | 132.65 | 169.96 | 54.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 171 | 207 | 0.86 | 0.17 | 0 | 0.19 | 192.13 | 0.75 | 0.46 |
| Hex | 1D | AB | CF | 56 | 11 | 0 | 13 | C0 | 4B | 2E |
| Octal | 35 | 253 | 317 | 126 | 21 | 0 | 23 | 300 | 113 | 56 |
| Binary | 11101 | 10101011 | 11001111 | 1010110 | 10001 | 0 | 10011 | 11000000 | 1001011 | 101110 |
Color Harmonies of #1DABCF
Complementary color
Monochromatic Colors of #1DABCF
Black with #1DABCF
Text Example
Text Example
White with #1DABCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DABCF; }
p { color: rgb(29,171,207); }
H1.HeaderClassName
{
color: #1DABCF;
}
.AnyTagClassName
{
color: #1DABCF;
}
</style>
background-color css
<style>
a { background-color: #1DABCF; }
a { background-color: rgb(29,171,207); }
div.DivClassName
{
background-color: #1DABCF;
}
.BgClassName
{
background-color: #1DABCF;
}
</style>
border-color css
<style>
span { border-color: #1DABCF; }
span { border-color: rgb(29,171,207); }
td.TdClassName
{
border-color: #1DABCF;
}
.TagClassName
{
border-color: #1DABCF;
}
</style>