Shades of Iris Blue #1DAFCE
Tints of Iris Blue #1DAFCE
RGB
CMYK
RGB Variations
Color information
#1DAFCE (or 0x1DAFCE) is known color: Iris Blue. HEX triplet: 1D, AF and CE. RGB value is (29,175,206). Sum of RGB (Red+Green+Blue) = 29+175+206=410 (54% of max value = 765). Red value is 29 (11.72% from 255 or 7.07% from 410); Green value is 175 (68.75% from 255 or 42.68% from 410); Blue value is 206 (80.86% from 255 or 50.24% from 410); Max value from RGB is 206 - color contains mainly: blue. Hex color #1DAFCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DAFCE is #E25031. Grayscale: #868686. Windows color (decimal): -14831666 or 13545245. OLE color: 13545245.
HSL color Cylindrical-coordinate representation of color #1DAFCE: hue angle of 190.51º 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 #1DAFCE is Cyan = 0.86, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 29 | 175 | 206 | - |
| CMYK | 0.86 | 0.15 | 0 | 0.19 |
| HSL | 190.51º | 0.75% | 0.46% | - |
| HSV(B) | 190.51º | 0.86% | 0.81% | - |
| XYZ | 26.98 | 35.38 | 63.8 | - |
| YUV | 134.88 | 168.13 | 52.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 175 | 206 | 0.86 | 0.15 | 0 | 0.19 | 190.51 | 0.75 | 0.46 |
| Hex | 1D | AF | CE | 56 | F | 0 | 13 | BF | 4B | 2E |
| Octal | 35 | 257 | 316 | 126 | 17 | 0 | 23 | 277 | 113 | 56 |
| Binary | 11101 | 10101111 | 11001110 | 1010110 | 1111 | 0 | 10011 | 10111111 | 1001011 | 101110 |
Color Harmonies of #1DAFCE
Complementary color
Monochromatic Colors of #1DAFCE
Black with #1DAFCE
Text Example
Text Example
White with #1DAFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAFCE; }
p { color: rgb(29,175,206); }
H1.HeaderClassName
{
color: #1DAFCE;
}
.AnyTagClassName
{
color: #1DAFCE;
}
</style>
background-color css
<style>
a { background-color: #1DAFCE; }
a { background-color: rgb(29,175,206); }
div.DivClassName
{
background-color: #1DAFCE;
}
.BgClassName
{
background-color: #1DAFCE;
}
</style>
border-color css
<style>
span { border-color: #1DAFCE; }
span { border-color: rgb(29,175,206); }
td.TdClassName
{
border-color: #1DAFCE;
}
.TagClassName
{
border-color: #1DAFCE;
}
</style>