Shades of Iris Blue #1DB6CA
Tints of Iris Blue #1DB6CA
RGB
CMYK
RGB Variations
Color information
#1DB6CA (or 0x1DB6CA) is known color: Iris Blue. HEX triplet: 1D, B6 and CA. RGB value is (29,182,202). Sum of RGB (Red+Green+Blue) = 29+182+202=413 (54% of max value = 765). Red value is 29 (11.72% from 255 or 7.02% from 413); Green value is 182 (71.48% from 255 or 44.07% from 413); Blue value is 202 (79.30% from 255 or 48.91% from 413); Max value from RGB is 202 - color contains mainly: blue. Hex color #1DB6CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DB6CA is #E24935. Grayscale: #8A8A8A. Windows color (decimal): -14829878 or 13284893. OLE color: 13284893.
HSL color Cylindrical-coordinate representation of color #1DB6CA: hue angle of 186.94º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DB6CA is Cyan = 0.86, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 29 | 182 | 202 | - |
| CMYK | 0.86 | 0.10 | 0 | 0.21 |
| HSL | 186.94º | 0.75% | 0.45% | - |
| HSV(B) | 186.94º | 0.86% | 0.79% | - |
| XYZ | 27.9 | 37.98 | 61.74 | - |
| YUV | 138.53 | 163.81 | 49.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 182 | 202 | 0.86 | 0.10 | 0 | 0.21 | 186.94 | 0.75 | 0.45 |
| Hex | 1D | B6 | CA | 56 | A | 0 | 15 | BB | 4B | 2D |
| Octal | 35 | 266 | 312 | 126 | 12 | 0 | 25 | 273 | 113 | 55 |
| Binary | 11101 | 10110110 | 11001010 | 1010110 | 1010 | 0 | 10101 | 10111011 | 1001011 | 101101 |
Color Harmonies of #1DB6CA
Complementary color
Monochromatic Colors of #1DB6CA
Black with #1DB6CA
Text Example
Text Example
White with #1DB6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB6CA; }
p { color: rgb(29,182,202); }
H1.HeaderClassName
{
color: #1DB6CA;
}
.AnyTagClassName
{
color: #1DB6CA;
}
</style>
background-color css
<style>
a { background-color: #1DB6CA; }
a { background-color: rgb(29,182,202); }
div.DivClassName
{
background-color: #1DB6CA;
}
.BgClassName
{
background-color: #1DB6CA;
}
</style>
border-color css
<style>
span { border-color: #1DB6CA; }
span { border-color: rgb(29,182,202); }
td.TdClassName
{
border-color: #1DB6CA;
}
.TagClassName
{
border-color: #1DB6CA;
}
</style>