Shades of Iris Blue #1DC2CE
Tints of Iris Blue #1DC2CE
RGB
CMYK
RGB Variations
Color information
#1DC2CE (or 0x1DC2CE) is known color: Iris Blue. HEX triplet: 1D, C2 and CE. RGB value is (29,194,206). Sum of RGB (Red+Green+Blue) = 29+194+206=429 (56% of max value = 765). Red value is 29 (11.72% from 255 or 6.76% from 429); Green value is 194 (76.17% from 255 or 45.22% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 206 - color contains mainly: blue. Hex color #1DC2CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DC2CE is #E23D31. Grayscale: #919191. Windows color (decimal): -14826802 or 13550109. OLE color: 13550109.
HSL color Cylindrical-coordinate representation of color #1DC2CE: hue angle of 184.07º 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 #1DC2CE is Cyan = 0.86, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 29 | 194 | 206 | - |
| CMYK | 0.86 | 0.06 | 0 | 0.19 |
| HSL | 184.07º | 0.75% | 0.46% | - |
| HSV(B) | 184.07º | 0.86% | 0.81% | - |
| XYZ | 30.94 | 43.3 | 65.12 | - |
| YUV | 146.03 | 161.84 | 44.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 194 | 206 | 0.86 | 0.06 | 0 | 0.19 | 184.07 | 0.75 | 0.46 |
| Hex | 1D | C2 | CE | 56 | 6 | 0 | 13 | B8 | 4B | 2E |
| Octal | 35 | 302 | 316 | 126 | 6 | 0 | 23 | 270 | 113 | 56 |
| Binary | 11101 | 11000010 | 11001110 | 1010110 | 110 | 0 | 10011 | 10111000 | 1001011 | 101110 |
Color Harmonies of #1DC2CE
Complementary color
Monochromatic Colors of #1DC2CE
Black with #1DC2CE
Text Example
Text Example
White with #1DC2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC2CE; }
p { color: rgb(29,194,206); }
H1.HeaderClassName
{
color: #1DC2CE;
}
.AnyTagClassName
{
color: #1DC2CE;
}
</style>
background-color css
<style>
a { background-color: #1DC2CE; }
a { background-color: rgb(29,194,206); }
div.DivClassName
{
background-color: #1DC2CE;
}
.BgClassName
{
background-color: #1DC2CE;
}
</style>
border-color css
<style>
span { border-color: #1DC2CE; }
span { border-color: rgb(29,194,206); }
td.TdClassName
{
border-color: #1DC2CE;
}
.TagClassName
{
border-color: #1DC2CE;
}
</style>