Shades of Iris Blue #1BBCDB
Tints of Iris Blue #1BBCDB
RGB
CMYK
RGB Variations
Color information
#1BBCDB (or 0x1BBCDB) is known color: Iris Blue. HEX triplet: 1B, BC and DB. RGB value is (27,188,219). Sum of RGB (Red+Green+Blue) = 27+188+219=434 (57% of max value = 765). Red value is 27 (10.94% from 255 or 6.22% from 434); Green value is 188 (73.83% from 255 or 43.32% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #1BBCDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BBCDB is #E44324. Grayscale: #8F8F8F. Windows color (decimal): -14959397 or 14400539. OLE color: 14400539.
HSL color Cylindrical-coordinate representation of color #1BBCDB: hue angle of 189.69º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BBCDB is Cyan = 0.88, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 27 | 188 | 219 | - |
| CMYK | 0.88 | 0.14 | 0 | 0.14 |
| HSL | 189.69º | 0.78% | 0.48% | - |
| HSV(B) | 189.69º | 0.88% | 0.86% | - |
| XYZ | 31.22 | 41.31 | 73.35 | - |
| YUV | 143.4 | 170.66 | 44.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 188 | 219 | 0.88 | 0.14 | 0 | 0.14 | 189.69 | 0.78 | 0.48 |
| Hex | 1B | BC | DB | 58 | E | 0 | E | BE | 4E | 30 |
| Octal | 33 | 274 | 333 | 130 | 16 | 0 | 16 | 276 | 116 | 60 |
| Binary | 11011 | 10111100 | 11011011 | 1011000 | 1110 | 0 | 1110 | 10111110 | 1001110 | 110000 |
Color Harmonies of #1BBCDB
Complementary color
Monochromatic Colors of #1BBCDB
Black with #1BBCDB
Text Example
Text Example
White with #1BBCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBCDB; }
p { color: rgb(27,188,219); }
H1.HeaderClassName
{
color: #1BBCDB;
}
.AnyTagClassName
{
color: #1BBCDB;
}
</style>
background-color css
<style>
a { background-color: #1BBCDB; }
a { background-color: rgb(27,188,219); }
div.DivClassName
{
background-color: #1BBCDB;
}
.BgClassName
{
background-color: #1BBCDB;
}
</style>
border-color css
<style>
span { border-color: #1BBCDB; }
span { border-color: rgb(27,188,219); }
td.TdClassName
{
border-color: #1BBCDB;
}
.TagClassName
{
border-color: #1BBCDB;
}
</style>