Shades of Iris Blue #1BAACE
Tints of Iris Blue #1BAACE
RGB
CMYK
RGB Variations
Color information
#1BAACE (or 0x1BAACE) is known color: Iris Blue. HEX triplet: 1B, AA and CE. RGB value is (27,170,206). Sum of RGB (Red+Green+Blue) = 27+170+206=403 (53% of max value = 765). Red value is 27 (10.94% from 255 or 6.70% from 403); Green value is 170 (66.80% from 255 or 42.18% from 403); Blue value is 206 (80.86% from 255 or 51.12% from 403); Max value from RGB is 206 - color contains mainly: blue. Hex color #1BAACE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BAACE is #E45531. Grayscale: #838383. Windows color (decimal): -14964018 or 13543963. OLE color: 13543963.
HSL color Cylindrical-coordinate representation of color #1BAACE: hue angle of 192.07º 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 #1BAACE is Cyan = 0.87, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 27 | 170 | 206 | - |
| CMYK | 0.87 | 0.17 | 0 | 0.19 |
| HSL | 192.07º | 0.77% | 0.46% | - |
| HSV(B) | 192.07º | 0.87% | 0.81% | - |
| XYZ | 25.97 | 33.44 | 63.48 | - |
| YUV | 131.35 | 170.12 | 53.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 170 | 206 | 0.87 | 0.17 | 0 | 0.19 | 192.07 | 0.77 | 0.46 |
| Hex | 1B | AA | CE | 57 | 11 | 0 | 13 | C0 | 4D | 2E |
| Octal | 33 | 252 | 316 | 127 | 21 | 0 | 23 | 300 | 115 | 56 |
| Binary | 11011 | 10101010 | 11001110 | 1010111 | 10001 | 0 | 10011 | 11000000 | 1001101 | 101110 |
Color Harmonies of #1BAACE
Complementary color
Monochromatic Colors of #1BAACE
Black with #1BAACE
Text Example
Text Example
White with #1BAACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAACE; }
p { color: rgb(27,170,206); }
H1.HeaderClassName
{
color: #1BAACE;
}
.AnyTagClassName
{
color: #1BAACE;
}
</style>
background-color css
<style>
a { background-color: #1BAACE; }
a { background-color: rgb(27,170,206); }
div.DivClassName
{
background-color: #1BAACE;
}
.BgClassName
{
background-color: #1BAACE;
}
</style>
border-color css
<style>
span { border-color: #1BAACE; }
span { border-color: rgb(27,170,206); }
td.TdClassName
{
border-color: #1BAACE;
}
.TagClassName
{
border-color: #1BAACE;
}
</style>