Shades of Iris Blue #1DC0CE
Tints of Iris Blue #1DC0CE
RGB
CMYK
RGB Variations
Color information
#1DC0CE (or 0x1DC0CE) is known color: Iris Blue. HEX triplet: 1D, C0 and CE. RGB value is (29,192,206). Sum of RGB (Red+Green+Blue) = 29+192+206=427 (56% of max value = 765). Red value is 29 (11.72% from 255 or 6.79% from 427); Green value is 192 (75.39% from 255 or 44.96% from 427); Blue value is 206 (80.86% from 255 or 48.24% from 427); Max value from RGB is 206 - color contains mainly: blue. Hex color #1DC0CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DC0CE is #E23F31. Grayscale: #909090. Windows color (decimal): -14827314 or 13549597. OLE color: 13549597.
HSL color Cylindrical-coordinate representation of color #1DC0CE: hue angle of 184.75º 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 #1DC0CE is Cyan = 0.86, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 29 | 192 | 206 | - |
| CMYK | 0.86 | 0.07 | 0 | 0.19 |
| HSL | 184.75º | 0.75% | 0.46% | - |
| HSV(B) | 184.75º | 0.86% | 0.81% | - |
| XYZ | 30.5 | 42.42 | 64.97 | - |
| YUV | 144.86 | 162.5 | 45.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 192 | 206 | 0.86 | 0.07 | 0 | 0.19 | 184.75 | 0.75 | 0.46 |
| Hex | 1D | C0 | CE | 56 | 7 | 0 | 13 | B9 | 4B | 2E |
| Octal | 35 | 300 | 316 | 126 | 7 | 0 | 23 | 271 | 113 | 56 |
| Binary | 11101 | 11000000 | 11001110 | 1010110 | 111 | 0 | 10011 | 10111001 | 1001011 | 101110 |
Color Harmonies of #1DC0CE
Complementary color
Monochromatic Colors of #1DC0CE
Black with #1DC0CE
Text Example
Text Example
White with #1DC0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC0CE; }
p { color: rgb(29,192,206); }
H1.HeaderClassName
{
color: #1DC0CE;
}
.AnyTagClassName
{
color: #1DC0CE;
}
</style>
background-color css
<style>
a { background-color: #1DC0CE; }
a { background-color: rgb(29,192,206); }
div.DivClassName
{
background-color: #1DC0CE;
}
.BgClassName
{
background-color: #1DC0CE;
}
</style>
border-color css
<style>
span { border-color: #1DC0CE; }
span { border-color: rgb(29,192,206); }
td.TdClassName
{
border-color: #1DC0CE;
}
.TagClassName
{
border-color: #1DC0CE;
}
</style>