Shades of Iris Blue #1DAFCB
Tints of Iris Blue #1DAFCB
RGB
CMYK
RGB Variations
Color information
#1DAFCB (or 0x1DAFCB) is known color: Iris Blue. HEX triplet: 1D, AF and CB. RGB value is (29,175,203). Sum of RGB (Red+Green+Blue) = 29+175+203=407 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.13% from 407); Green value is 175 (68.75% from 255 or 43.00% from 407); Blue value is 203 (79.69% from 255 or 49.88% from 407); Max value from RGB is 203 - color contains mainly: blue. Hex color #1DAFCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DAFCB is #E25034. Grayscale: #868686. Windows color (decimal): -14831669 or 13348637. OLE color: 13348637.
HSL color Cylindrical-coordinate representation of color #1DAFCB: hue angle of 189.66º 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 #1DAFCB is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 29 | 175 | 203 | - |
| CMYK | 0.86 | 0.14 | 0 | 0.20 |
| HSL | 189.66º | 0.75% | 0.45% | - |
| HSV(B) | 189.66º | 0.86% | 0.8% | - |
| XYZ | 26.62 | 35.23 | 61.9 | - |
| YUV | 134.54 | 166.63 | 52.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 175 | 203 | 0.86 | 0.14 | 0 | 0.20 | 189.66 | 0.75 | 0.45 |
| Hex | 1D | AF | CB | 56 | E | 0 | 14 | BE | 4B | 2D |
| Octal | 35 | 257 | 313 | 126 | 16 | 0 | 24 | 276 | 113 | 55 |
| Binary | 11101 | 10101111 | 11001011 | 1010110 | 1110 | 0 | 10100 | 10111110 | 1001011 | 101101 |
Color Harmonies of #1DAFCB
Complementary color
Monochromatic Colors of #1DAFCB
Black with #1DAFCB
Text Example
Text Example
White with #1DAFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAFCB; }
p { color: rgb(29,175,203); }
H1.HeaderClassName
{
color: #1DAFCB;
}
.AnyTagClassName
{
color: #1DAFCB;
}
</style>
background-color css
<style>
a { background-color: #1DAFCB; }
a { background-color: rgb(29,175,203); }
div.DivClassName
{
background-color: #1DAFCB;
}
.BgClassName
{
background-color: #1DAFCB;
}
</style>
border-color css
<style>
span { border-color: #1DAFCB; }
span { border-color: rgb(29,175,203); }
td.TdClassName
{
border-color: #1DAFCB;
}
.TagClassName
{
border-color: #1DAFCB;
}
</style>