Shades of Iris Blue #1BBBD1
Tints of Iris Blue #1BBBD1
RGB
CMYK
RGB Variations
Color information
#1BBBD1 (or 0x1BBBD1) is known color: Iris Blue. HEX triplet: 1B, BB and D1. RGB value is (27,187,209). Sum of RGB (Red+Green+Blue) = 27+187+209=423 (56% of max value = 765). Red value is 27 (10.94% from 255 or 6.38% from 423); Green value is 187 (73.44% from 255 or 44.21% from 423); Blue value is 209 (82.03% from 255 or 49.41% from 423); Max value from RGB is 209 - color contains mainly: blue. Hex color #1BBBD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BBBD1 is #E4442E. Grayscale: #8D8D8D. Windows color (decimal): -14959663 or 13744923. OLE color: 13744923.
HSL color Cylindrical-coordinate representation of color #1BBBD1: hue angle of 187.25º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BBBD1 is Cyan = 0.87, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 27 | 187 | 209 | - |
| CMYK | 0.87 | 0.11 | 0 | 0.18 |
| HSL | 187.25º | 0.77% | 0.46% | - |
| HSV(B) | 187.25º | 0.87% | 0.82% | - |
| XYZ | 29.73 | 40.38 | 66.55 | - |
| YUV | 141.67 | 165.99 | 46.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 187 | 209 | 0.87 | 0.11 | 0 | 0.18 | 187.25 | 0.77 | 0.46 |
| Hex | 1B | BB | D1 | 57 | B | 0 | 12 | BB | 4D | 2E |
| Octal | 33 | 273 | 321 | 127 | 13 | 0 | 22 | 273 | 115 | 56 |
| Binary | 11011 | 10111011 | 11010001 | 1010111 | 1011 | 0 | 10010 | 10111011 | 1001101 | 101110 |
Color Harmonies of #1BBBD1
Complementary color
Monochromatic Colors of #1BBBD1
Black with #1BBBD1
Text Example
Text Example
White with #1BBBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBBD1; }
p { color: rgb(27,187,209); }
H1.HeaderClassName
{
color: #1BBBD1;
}
.AnyTagClassName
{
color: #1BBBD1;
}
</style>
background-color css
<style>
a { background-color: #1BBBD1; }
a { background-color: rgb(27,187,209); }
div.DivClassName
{
background-color: #1BBBD1;
}
.BgClassName
{
background-color: #1BBBD1;
}
</style>
border-color css
<style>
span { border-color: #1BBBD1; }
span { border-color: rgb(27,187,209); }
td.TdClassName
{
border-color: #1BBBD1;
}
.TagClassName
{
border-color: #1BBBD1;
}
</style>