Shades of Iris Blue #1BBCD9
Tints of Iris Blue #1BBCD9
RGB
CMYK
RGB Variations
Color information
#1BBCD9 (or 0x1BBCD9) is known color: Iris Blue. HEX triplet: 1B, BC and D9. RGB value is (27,188,217). Sum of RGB (Red+Green+Blue) = 27+188+217=432 (57% of max value = 765). Red value is 27 (10.94% from 255 or 6.25% from 432); Green value is 188 (73.83% from 255 or 43.52% from 432); Blue value is 217 (85.16% from 255 or 50.23% from 432); Max value from RGB is 217 - color contains mainly: blue. Hex color #1BBCD9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BBCD9 is #E44326. Grayscale: #8E8E8E. Windows color (decimal): -14959399 or 14269467. OLE color: 14269467.
HSL color Cylindrical-coordinate representation of color #1BBCD9: hue angle of 189.16º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BBCD9 is Cyan = 0.88, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 27 | 188 | 217 | - |
| CMYK | 0.88 | 0.13 | 0 | 0.15 |
| HSL | 189.16º | 0.78% | 0.48% | - |
| HSV(B) | 189.16º | 0.88% | 0.85% | - |
| XYZ | 30.96 | 41.21 | 71.97 | - |
| YUV | 143.17 | 169.66 | 45.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 188 | 217 | 0.88 | 0.13 | 0 | 0.15 | 189.16 | 0.78 | 0.48 |
| Hex | 1B | BC | D9 | 58 | D | 0 | F | BD | 4E | 30 |
| Octal | 33 | 274 | 331 | 130 | 15 | 0 | 17 | 275 | 116 | 60 |
| Binary | 11011 | 10111100 | 11011001 | 1011000 | 1101 | 0 | 1111 | 10111101 | 1001110 | 110000 |
Color Harmonies of #1BBCD9
Complementary color
Monochromatic Colors of #1BBCD9
Black with #1BBCD9
Text Example
Text Example
White with #1BBCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBCD9; }
p { color: rgb(27,188,217); }
H1.HeaderClassName
{
color: #1BBCD9;
}
.AnyTagClassName
{
color: #1BBCD9;
}
</style>
background-color css
<style>
a { background-color: #1BBCD9; }
a { background-color: rgb(27,188,217); }
div.DivClassName
{
background-color: #1BBCD9;
}
.BgClassName
{
background-color: #1BBCD9;
}
</style>
border-color css
<style>
span { border-color: #1BBCD9; }
span { border-color: rgb(27,188,217); }
td.TdClassName
{
border-color: #1BBCD9;
}
.TagClassName
{
border-color: #1BBCD9;
}
</style>