Shades of Iris Blue #1BABCE
Tints of Iris Blue #1BABCE
RGB
CMYK
RGB Variations
Color information
#1BABCE (or 0x1BABCE) is known color: Iris Blue. HEX triplet: 1B, AB and CE. RGB value is (27,171,206). Sum of RGB (Red+Green+Blue) = 27+171+206=404 (53% of max value = 765). Red value is 27 (10.94% from 255 or 6.68% from 404); Green value is 171 (67.19% from 255 or 42.33% from 404); Blue value is 206 (80.86% from 255 or 50.99% from 404); Max value from RGB is 206 - color contains mainly: blue. Hex color #1BABCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BABCE is #E45431. Grayscale: #838383. Windows color (decimal): -14963762 or 13544219. OLE color: 13544219.
HSL color Cylindrical-coordinate representation of color #1BABCE: hue angle of 191.73º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BABCE is Cyan = 0.87, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 27 | 171 | 206 | - |
| CMYK | 0.87 | 0.17 | 0 | 0.19 |
| HSL | 191.73º | 0.77% | 0.46% | - |
| HSV(B) | 191.73º | 0.87% | 0.81% | - |
| XYZ | 26.16 | 33.82 | 63.54 | - |
| YUV | 131.93 | 169.79 | 53.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 171 | 206 | 0.87 | 0.17 | 0 | 0.19 | 191.73 | 0.77 | 0.46 |
| Hex | 1B | AB | CE | 57 | 11 | 0 | 13 | C0 | 4D | 2E |
| Octal | 33 | 253 | 316 | 127 | 21 | 0 | 23 | 300 | 115 | 56 |
| Binary | 11011 | 10101011 | 11001110 | 1010111 | 10001 | 0 | 10011 | 11000000 | 1001101 | 101110 |
Color Harmonies of #1BABCE
Complementary color
Monochromatic Colors of #1BABCE
Black with #1BABCE
Text Example
Text Example
White with #1BABCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BABCE; }
p { color: rgb(27,171,206); }
H1.HeaderClassName
{
color: #1BABCE;
}
.AnyTagClassName
{
color: #1BABCE;
}
</style>
background-color css
<style>
a { background-color: #1BABCE; }
a { background-color: rgb(27,171,206); }
div.DivClassName
{
background-color: #1BABCE;
}
.BgClassName
{
background-color: #1BABCE;
}
</style>
border-color css
<style>
span { border-color: #1BABCE; }
span { border-color: rgb(27,171,206); }
td.TdClassName
{
border-color: #1BABCE;
}
.TagClassName
{
border-color: #1BABCE;
}
</style>