Shades of Iris Blue #1BABC5
Tints of Iris Blue #1BABC5
RGB
CMYK
RGB Variations
Color information
#1BABC5 (or 0x1BABC5) is known color: Iris Blue. HEX triplet: 1B, AB and C5. RGB value is (27,171,197). Sum of RGB (Red+Green+Blue) = 27+171+197=395 (52% of max value = 765). Red value is 27 (10.94% from 255 or 6.84% from 395); Green value is 171 (67.19% from 255 or 43.29% from 395); Blue value is 197 (77.34% from 255 or 49.87% from 395); Max value from RGB is 197 - color contains mainly: blue. Hex color #1BABC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BABC5 is #E4543A. Grayscale: #828282. Windows color (decimal): -14963771 or 12954395. OLE color: 12954395.
HSL color Cylindrical-coordinate representation of color #1BABC5: hue angle of 189.18º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BABC5 is Cyan = 0.86, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 27 | 171 | 197 | - |
| CMYK | 0.86 | 0.13 | 0 | 0.23 |
| HSL | 189.18º | 0.76% | 0.44% | - |
| HSV(B) | 189.18º | 0.86% | 0.77% | - |
| XYZ | 25.09 | 33.39 | 57.95 | - |
| YUV | 130.91 | 165.29 | 53.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 171 | 197 | 0.86 | 0.13 | 0 | 0.23 | 189.18 | 0.76 | 0.44 |
| Hex | 1B | AB | C5 | 56 | D | 0 | 17 | BD | 4C | 2C |
| Octal | 33 | 253 | 305 | 126 | 15 | 0 | 27 | 275 | 114 | 54 |
| Binary | 11011 | 10101011 | 11000101 | 1010110 | 1101 | 0 | 10111 | 10111101 | 1001100 | 101100 |
Color Harmonies of #1BABC5
Complementary color
Monochromatic Colors of #1BABC5
Black with #1BABC5
Text Example
Text Example
White with #1BABC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BABC5; }
p { color: rgb(27,171,197); }
H1.HeaderClassName
{
color: #1BABC5;
}
.AnyTagClassName
{
color: #1BABC5;
}
</style>
background-color css
<style>
a { background-color: #1BABC5; }
a { background-color: rgb(27,171,197); }
div.DivClassName
{
background-color: #1BABC5;
}
.BgClassName
{
background-color: #1BABC5;
}
</style>
border-color css
<style>
span { border-color: #1BABC5; }
span { border-color: rgb(27,171,197); }
td.TdClassName
{
border-color: #1BABC5;
}
.TagClassName
{
border-color: #1BABC5;
}
</style>