Shades of Iris Blue #1BBCCB
Tints of Iris Blue #1BBCCB
RGB
CMYK
RGB Variations
Color information
#1BBCCB (or 0x1BBCCB) is known color: Iris Blue. HEX triplet: 1B, BC and CB. RGB value is (27,188,203). Sum of RGB (Red+Green+Blue) = 27+188+203=418 (55% of max value = 765). Red value is 27 (10.94% from 255 or 6.46% from 418); Green value is 188 (73.83% from 255 or 44.98% from 418); Blue value is 203 (79.69% from 255 or 48.56% from 418); Max value from RGB is 203 - color contains mainly: blue. Hex color #1BBCCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BBCCB is #E44334. Grayscale: #8D8D8D. Windows color (decimal): -14959413 or 13351963. OLE color: 13351963.
HSL color Cylindrical-coordinate representation of color #1BBCCB: hue angle of 185.11º 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 #1BBCCB is Cyan = 0.87, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 27 | 188 | 203 | - |
| CMYK | 0.87 | 0.07 | 0 | 0.20 |
| HSL | 185.11º | 0.77% | 0.45% | - |
| HSV(B) | 185.11º | 0.87% | 0.8% | - |
| XYZ | 29.21 | 40.51 | 62.78 | - |
| YUV | 141.57 | 162.66 | 46.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 188 | 203 | 0.87 | 0.07 | 0 | 0.20 | 185.11 | 0.77 | 0.45 |
| Hex | 1B | BC | CB | 57 | 7 | 0 | 14 | B9 | 4D | 2D |
| Octal | 33 | 274 | 313 | 127 | 7 | 0 | 24 | 271 | 115 | 55 |
| Binary | 11011 | 10111100 | 11001011 | 1010111 | 111 | 0 | 10100 | 10111001 | 1001101 | 101101 |
Color Harmonies of #1BBCCB
Complementary color
Monochromatic Colors of #1BBCCB
Black with #1BBCCB
Text Example
Text Example
White with #1BBCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBCCB; }
p { color: rgb(27,188,203); }
H1.HeaderClassName
{
color: #1BBCCB;
}
.AnyTagClassName
{
color: #1BBCCB;
}
</style>
background-color css
<style>
a { background-color: #1BBCCB; }
a { background-color: rgb(27,188,203); }
div.DivClassName
{
background-color: #1BBCCB;
}
.BgClassName
{
background-color: #1BBCCB;
}
</style>
border-color css
<style>
span { border-color: #1BBCCB; }
span { border-color: rgb(27,188,203); }
td.TdClassName
{
border-color: #1BBCCB;
}
.TagClassName
{
border-color: #1BBCCB;
}
</style>