Shades of Iris Blue #1BBDCB
Tints of Iris Blue #1BBDCB
RGB
CMYK
RGB Variations
Color information
#1BBDCB (or 0x1BBDCB) is known color: Iris Blue. HEX triplet: 1B, BD and CB. RGB value is (27,189,203). Sum of RGB (Red+Green+Blue) = 27+189+203=419 (55% of max value = 765). Red value is 27 (10.94% from 255 or 6.44% from 419); Green value is 189 (74.22% from 255 or 45.11% from 419); Blue value is 203 (79.69% from 255 or 48.45% from 419); Max value from RGB is 203 - color contains mainly: blue. Hex color #1BBDCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BBDCB is #E44234. Grayscale: #8D8D8D. Windows color (decimal): -14959157 or 13352219. OLE color: 13352219.
HSL color Cylindrical-coordinate representation of color #1BBDCB: hue angle of 184.77º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BBDCB is Cyan = 0.87, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 27 | 189 | 203 | - |
| CMYK | 0.87 | 0.07 | 0 | 0.20 |
| HSL | 184.77º | 0.77% | 0.45% | - |
| HSV(B) | 184.77º | 0.87% | 0.8% | - |
| XYZ | 29.43 | 40.94 | 62.85 | - |
| YUV | 142.16 | 162.33 | 45.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 189 | 203 | 0.87 | 0.07 | 0 | 0.20 | 184.77 | 0.77 | 0.45 |
| Hex | 1B | BD | CB | 57 | 7 | 0 | 14 | B9 | 4D | 2D |
| Octal | 33 | 275 | 313 | 127 | 7 | 0 | 24 | 271 | 115 | 55 |
| Binary | 11011 | 10111101 | 11001011 | 1010111 | 111 | 0 | 10100 | 10111001 | 1001101 | 101101 |
Color Harmonies of #1BBDCB
Complementary color
Monochromatic Colors of #1BBDCB
Black with #1BBDCB
Text Example
Text Example
White with #1BBDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBDCB; }
p { color: rgb(27,189,203); }
H1.HeaderClassName
{
color: #1BBDCB;
}
.AnyTagClassName
{
color: #1BBDCB;
}
</style>
background-color css
<style>
a { background-color: #1BBDCB; }
a { background-color: rgb(27,189,203); }
div.DivClassName
{
background-color: #1BBDCB;
}
.BgClassName
{
background-color: #1BBDCB;
}
</style>
border-color css
<style>
span { border-color: #1BBDCB; }
span { border-color: rgb(27,189,203); }
td.TdClassName
{
border-color: #1BBDCB;
}
.TagClassName
{
border-color: #1BBDCB;
}
</style>