Shades of Iris Blue #1BBCD5
Tints of Iris Blue #1BBCD5
RGB
CMYK
RGB Variations
Color information
#1BBCD5 (or 0x1BBCD5) is known color: Iris Blue. HEX triplet: 1B, BC and D5. RGB value is (27,188,213). Sum of RGB (Red+Green+Blue) = 27+188+213=428 (56% of max value = 765). Red value is 27 (10.94% from 255 or 6.31% from 428); Green value is 188 (73.83% from 255 or 43.93% from 428); Blue value is 213 (83.59% from 255 or 49.77% from 428); Max value from RGB is 213 - color contains mainly: blue. Hex color #1BBCD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BBCD5 is #E4432A. Grayscale: #8E8E8E. Windows color (decimal): -14959403 or 14007323. OLE color: 14007323.
HSL color Cylindrical-coordinate representation of color #1BBCD5: hue angle of 188.06º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BBCD5 is Cyan = 0.87, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 27 | 188 | 213 | - |
| CMYK | 0.87 | 0.12 | 0 | 0.16 |
| HSL | 188.06º | 0.78% | 0.47% | - |
| HSV(B) | 188.06º | 0.87% | 0.84% | - |
| XYZ | 30.45 | 41 | 69.26 | - |
| YUV | 142.71 | 167.66 | 45.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 188 | 213 | 0.87 | 0.12 | 0 | 0.16 | 188.06 | 0.78 | 0.47 |
| Hex | 1B | BC | D5 | 57 | C | 0 | 10 | BC | 4E | 2F |
| Octal | 33 | 274 | 325 | 127 | 14 | 0 | 20 | 274 | 116 | 57 |
| Binary | 11011 | 10111100 | 11010101 | 1010111 | 1100 | 0 | 10000 | 10111100 | 1001110 | 101111 |
Color Harmonies of #1BBCD5
Complementary color
Monochromatic Colors of #1BBCD5
Black with #1BBCD5
Text Example
Text Example
White with #1BBCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBCD5; }
p { color: rgb(27,188,213); }
H1.HeaderClassName
{
color: #1BBCD5;
}
.AnyTagClassName
{
color: #1BBCD5;
}
</style>
background-color css
<style>
a { background-color: #1BBCD5; }
a { background-color: rgb(27,188,213); }
div.DivClassName
{
background-color: #1BBCD5;
}
.BgClassName
{
background-color: #1BBCD5;
}
</style>
border-color css
<style>
span { border-color: #1BBCD5; }
span { border-color: rgb(27,188,213); }
td.TdClassName
{
border-color: #1BBCD5;
}
.TagClassName
{
border-color: #1BBCD5;
}
</style>