Shades of Iris Blue #1DBECA
Tints of Iris Blue #1DBECA
RGB
CMYK
RGB Variations
Color information
#1DBECA (or 0x1DBECA) is known color: Iris Blue. HEX triplet: 1D, BE and CA. RGB value is (29,190,202). Sum of RGB (Red+Green+Blue) = 29+190+202=421 (55% of max value = 765). Red value is 29 (11.72% from 255 or 6.89% from 421); Green value is 190 (74.61% from 255 or 45.13% from 421); Blue value is 202 (79.30% from 255 or 47.98% from 421); Max value from RGB is 202 - color contains mainly: blue. Hex color #1DBECA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DBECA is #E24135. Grayscale: #8F8F8F. Windows color (decimal): -14827830 or 13286941. OLE color: 13286941.
HSL color Cylindrical-coordinate representation of color #1DBECA: hue angle of 184.16º 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 #1DBECA is Cyan = 0.86, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 29 | 190 | 202 | - |
| CMYK | 0.86 | 0.06 | 0 | 0.21 |
| HSL | 184.16º | 0.75% | 0.45% | - |
| HSV(B) | 184.16º | 0.86% | 0.79% | - |
| XYZ | 29.58 | 41.35 | 62.3 | - |
| YUV | 143.23 | 161.16 | 46.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 190 | 202 | 0.86 | 0.06 | 0 | 0.21 | 184.16 | 0.75 | 0.45 |
| Hex | 1D | BE | CA | 56 | 6 | 0 | 15 | B8 | 4B | 2D |
| Octal | 35 | 276 | 312 | 126 | 6 | 0 | 25 | 270 | 113 | 55 |
| Binary | 11101 | 10111110 | 11001010 | 1010110 | 110 | 0 | 10101 | 10111000 | 1001011 | 101101 |
Color Harmonies of #1DBECA
Complementary color
Monochromatic Colors of #1DBECA
Black with #1DBECA
Text Example
Text Example
White with #1DBECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBECA; }
p { color: rgb(29,190,202); }
H1.HeaderClassName
{
color: #1DBECA;
}
.AnyTagClassName
{
color: #1DBECA;
}
</style>
background-color css
<style>
a { background-color: #1DBECA; }
a { background-color: rgb(29,190,202); }
div.DivClassName
{
background-color: #1DBECA;
}
.BgClassName
{
background-color: #1DBECA;
}
</style>
border-color css
<style>
span { border-color: #1DBECA; }
span { border-color: rgb(29,190,202); }
td.TdClassName
{
border-color: #1DBECA;
}
.TagClassName
{
border-color: #1DBECA;
}
</style>