Shades of Iris Blue #1DB3CA
Tints of Iris Blue #1DB3CA
RGB
CMYK
RGB Variations
Color information
#1DB3CA (or 0x1DB3CA) is known color: Iris Blue. HEX triplet: 1D, B3 and CA. RGB value is (29,179,202). Sum of RGB (Red+Green+Blue) = 29+179+202=410 (54% of max value = 765). Red value is 29 (11.72% from 255 or 7.07% from 410); Green value is 179 (70.31% from 255 or 43.66% from 410); Blue value is 202 (79.30% from 255 or 49.27% from 410); Max value from RGB is 202 - color contains mainly: blue. Hex color #1DB3CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DB3CA is #E24C35. Grayscale: #888888. Windows color (decimal): -14830646 or 13284125. OLE color: 13284125.
HSL color Cylindrical-coordinate representation of color #1DB3CA: hue angle of 187.98º 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 #1DB3CA is Cyan = 0.86, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 29 | 179 | 202 | - |
| CMYK | 0.86 | 0.11 | 0 | 0.21 |
| HSL | 187.98º | 0.75% | 0.45% | - |
| HSV(B) | 187.98º | 0.86% | 0.79% | - |
| XYZ | 27.29 | 36.77 | 61.54 | - |
| YUV | 136.77 | 164.81 | 51.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 179 | 202 | 0.86 | 0.11 | 0 | 0.21 | 187.98 | 0.75 | 0.45 |
| Hex | 1D | B3 | CA | 56 | B | 0 | 15 | BC | 4B | 2D |
| Octal | 35 | 263 | 312 | 126 | 13 | 0 | 25 | 274 | 113 | 55 |
| Binary | 11101 | 10110011 | 11001010 | 1010110 | 1011 | 0 | 10101 | 10111100 | 1001011 | 101101 |
Color Harmonies of #1DB3CA
Complementary color
Monochromatic Colors of #1DB3CA
Black with #1DB3CA
Text Example
Text Example
White with #1DB3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB3CA; }
p { color: rgb(29,179,202); }
H1.HeaderClassName
{
color: #1DB3CA;
}
.AnyTagClassName
{
color: #1DB3CA;
}
</style>
background-color css
<style>
a { background-color: #1DB3CA; }
a { background-color: rgb(29,179,202); }
div.DivClassName
{
background-color: #1DB3CA;
}
.BgClassName
{
background-color: #1DB3CA;
}
</style>
border-color css
<style>
span { border-color: #1DB3CA; }
span { border-color: rgb(29,179,202); }
td.TdClassName
{
border-color: #1DB3CA;
}
.TagClassName
{
border-color: #1DB3CA;
}
</style>