Shades of Iris Blue #1BBACB
Tints of Iris Blue #1BBACB
RGB
CMYK
RGB Variations
Color information
#1BBACB (or 0x1BBACB) is known color: Iris Blue. HEX triplet: 1B, BA and CB. RGB value is (27,186,203). Sum of RGB (Red+Green+Blue) = 27+186+203=416 (55% of max value = 765). Red value is 27 (10.94% from 255 or 6.49% from 416); Green value is 186 (73.05% from 255 or 44.71% from 416); Blue value is 203 (79.69% from 255 or 48.80% from 416); Max value from RGB is 203 - color contains mainly: blue. Hex color #1BBACB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BBACB is #E44534. Grayscale: #8C8C8C. Windows color (decimal): -14959925 or 13351451. OLE color: 13351451.
HSL color Cylindrical-coordinate representation of color #1BBACB: hue angle of 185.8º 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 #1BBACB is Cyan = 0.87, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 27 | 186 | 203 | - |
| CMYK | 0.87 | 0.08 | 0 | 0.20 |
| HSL | 185.8º | 0.77% | 0.45% | - |
| HSV(B) | 185.8º | 0.87% | 0.8% | - |
| XYZ | 28.79 | 39.66 | 62.64 | - |
| YUV | 140.4 | 163.32 | 47.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 186 | 203 | 0.87 | 0.08 | 0 | 0.20 | 185.8 | 0.77 | 0.45 |
| Hex | 1B | BA | CB | 57 | 8 | 0 | 14 | BA | 4D | 2D |
| Octal | 33 | 272 | 313 | 127 | 10 | 0 | 24 | 272 | 115 | 55 |
| Binary | 11011 | 10111010 | 11001011 | 1010111 | 1000 | 0 | 10100 | 10111010 | 1001101 | 101101 |
Color Harmonies of #1BBACB
Complementary color
Monochromatic Colors of #1BBACB
Black with #1BBACB
Text Example
Text Example
White with #1BBACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBACB; }
p { color: rgb(27,186,203); }
H1.HeaderClassName
{
color: #1BBACB;
}
.AnyTagClassName
{
color: #1BBACB;
}
</style>
background-color css
<style>
a { background-color: #1BBACB; }
a { background-color: rgb(27,186,203); }
div.DivClassName
{
background-color: #1BBACB;
}
.BgClassName
{
background-color: #1BBACB;
}
</style>
border-color css
<style>
span { border-color: #1BBACB; }
span { border-color: rgb(27,186,203); }
td.TdClassName
{
border-color: #1BBACB;
}
.TagClassName
{
border-color: #1BBACB;
}
</style>