Shades of Iris Blue #1BACC6
Tints of Iris Blue #1BACC6
RGB
CMYK
RGB Variations
Color information
#1BACC6 (or 0x1BACC6) is known color: Iris Blue. HEX triplet: 1B, AC and C6. RGB value is (27,172,198). Sum of RGB (Red+Green+Blue) = 27+172+198=397 (52% of max value = 765). Red value is 27 (10.94% from 255 or 6.80% from 397); Green value is 172 (67.58% from 255 or 43.32% from 397); Blue value is 198 (77.73% from 255 or 49.87% from 397); Max value from RGB is 198 - color contains mainly: blue. Hex color #1BACC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BACC6 is #E45339. Grayscale: #838383. Windows color (decimal): -14963514 or 13020187. OLE color: 13020187.
HSL color Cylindrical-coordinate representation of color #1BACC6: hue angle of 189.12º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BACC6 is Cyan = 0.86, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 27 | 172 | 198 | - |
| CMYK | 0.86 | 0.13 | 0 | 0.22 |
| HSL | 189.12º | 0.76% | 0.44% | - |
| HSV(B) | 189.12º | 0.86% | 0.78% | - |
| XYZ | 25.4 | 33.82 | 58.61 | - |
| YUV | 131.61 | 165.46 | 53.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 172 | 198 | 0.86 | 0.13 | 0 | 0.22 | 189.12 | 0.76 | 0.44 |
| Hex | 1B | AC | C6 | 56 | D | 0 | 16 | BD | 4C | 2C |
| Octal | 33 | 254 | 306 | 126 | 15 | 0 | 26 | 275 | 114 | 54 |
| Binary | 11011 | 10101100 | 11000110 | 1010110 | 1101 | 0 | 10110 | 10111101 | 1001100 | 101100 |
Color Harmonies of #1BACC6
Complementary color
Monochromatic Colors of #1BACC6
Black with #1BACC6
Text Example
Text Example
White with #1BACC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BACC6; }
p { color: rgb(27,172,198); }
H1.HeaderClassName
{
color: #1BACC6;
}
.AnyTagClassName
{
color: #1BACC6;
}
</style>
background-color css
<style>
a { background-color: #1BACC6; }
a { background-color: rgb(27,172,198); }
div.DivClassName
{
background-color: #1BACC6;
}
.BgClassName
{
background-color: #1BACC6;
}
</style>
border-color css
<style>
span { border-color: #1BACC6; }
span { border-color: rgb(27,172,198); }
td.TdClassName
{
border-color: #1BACC6;
}
.TagClassName
{
border-color: #1BACC6;
}
</style>