Shades of Iris Blue #1DBECE
Tints of Iris Blue #1DBECE
RGB
CMYK
RGB Variations
Color information
#1DBECE (or 0x1DBECE) is known color: Iris Blue. HEX triplet: 1D, BE and CE. RGB value is (29,190,206). Sum of RGB (Red+Green+Blue) = 29+190+206=425 (56% of max value = 765). Red value is 29 (11.72% from 255 or 6.82% from 425); Green value is 190 (74.61% from 255 or 44.71% from 425); Blue value is 206 (80.86% from 255 or 48.47% from 425); Max value from RGB is 206 - color contains mainly: blue. Hex color #1DBECE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DBECE is #E24131. Grayscale: #8F8F8F. Windows color (decimal): -14827826 or 13549085. OLE color: 13549085.
HSL color Cylindrical-coordinate representation of color #1DBECE: hue angle of 185.42º 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 #1DBECE is Cyan = 0.86, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 29 | 190 | 206 | - |
| CMYK | 0.86 | 0.08 | 0 | 0.19 |
| HSL | 185.42º | 0.75% | 0.46% | - |
| HSV(B) | 185.42º | 0.86% | 0.81% | - |
| XYZ | 30.06 | 41.54 | 64.83 | - |
| YUV | 143.69 | 163.16 | 46.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 190 | 206 | 0.86 | 0.08 | 0 | 0.19 | 185.42 | 0.75 | 0.46 |
| Hex | 1D | BE | CE | 56 | 8 | 0 | 13 | B9 | 4B | 2E |
| Octal | 35 | 276 | 316 | 126 | 10 | 0 | 23 | 271 | 113 | 56 |
| Binary | 11101 | 10111110 | 11001110 | 1010110 | 1000 | 0 | 10011 | 10111001 | 1001011 | 101110 |
Color Harmonies of #1DBECE
Complementary color
Monochromatic Colors of #1DBECE
Black with #1DBECE
Text Example
Text Example
White with #1DBECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBECE; }
p { color: rgb(29,190,206); }
H1.HeaderClassName
{
color: #1DBECE;
}
.AnyTagClassName
{
color: #1DBECE;
}
</style>
background-color css
<style>
a { background-color: #1DBECE; }
a { background-color: rgb(29,190,206); }
div.DivClassName
{
background-color: #1DBECE;
}
.BgClassName
{
background-color: #1DBECE;
}
</style>
border-color css
<style>
span { border-color: #1DBECE; }
span { border-color: rgb(29,190,206); }
td.TdClassName
{
border-color: #1DBECE;
}
.TagClassName
{
border-color: #1DBECE;
}
</style>