Shades of Iris Blue #1DB8CA
Tints of Iris Blue #1DB8CA
RGB
CMYK
RGB Variations
Color information
#1DB8CA (or 0x1DB8CA) is known color: Iris Blue. HEX triplet: 1D, B8 and CA. RGB value is (29,184,202). Sum of RGB (Red+Green+Blue) = 29+184+202=415 (54% of max value = 765). Red value is 29 (11.72% from 255 or 6.99% from 415); Green value is 184 (72.27% from 255 or 44.34% from 415); Blue value is 202 (79.30% from 255 or 48.67% from 415); Max value from RGB is 202 - color contains mainly: blue. Hex color #1DB8CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DB8CA is #E24735. Grayscale: #8B8B8B. Windows color (decimal): -14829366 or 13285405. OLE color: 13285405.
HSL color Cylindrical-coordinate representation of color #1DB8CA: hue angle of 186.24º 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 #1DB8CA is Cyan = 0.86, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 29 | 184 | 202 | - |
| CMYK | 0.86 | 0.09 | 0 | 0.21 |
| HSL | 186.24º | 0.75% | 0.45% | - |
| HSV(B) | 186.24º | 0.86% | 0.79% | - |
| XYZ | 28.31 | 38.81 | 61.88 | - |
| YUV | 139.71 | 163.15 | 49.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 184 | 202 | 0.86 | 0.09 | 0 | 0.21 | 186.24 | 0.75 | 0.45 |
| Hex | 1D | B8 | CA | 56 | 9 | 0 | 15 | BA | 4B | 2D |
| Octal | 35 | 270 | 312 | 126 | 11 | 0 | 25 | 272 | 113 | 55 |
| Binary | 11101 | 10111000 | 11001010 | 1010110 | 1001 | 0 | 10101 | 10111010 | 1001011 | 101101 |
Color Harmonies of #1DB8CA
Complementary color
Monochromatic Colors of #1DB8CA
Black with #1DB8CA
Text Example
Text Example
White with #1DB8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB8CA; }
p { color: rgb(29,184,202); }
H1.HeaderClassName
{
color: #1DB8CA;
}
.AnyTagClassName
{
color: #1DB8CA;
}
</style>
background-color css
<style>
a { background-color: #1DB8CA; }
a { background-color: rgb(29,184,202); }
div.DivClassName
{
background-color: #1DB8CA;
}
.BgClassName
{
background-color: #1DB8CA;
}
</style>
border-color css
<style>
span { border-color: #1DB8CA; }
span { border-color: rgb(29,184,202); }
td.TdClassName
{
border-color: #1DB8CA;
}
.TagClassName
{
border-color: #1DB8CA;
}
</style>