Shades of Iris Blue #1BAECE
Tints of Iris Blue #1BAECE
RGB
CMYK
RGB Variations
Color information
#1BAECE (or 0x1BAECE) is known color: Iris Blue. HEX triplet: 1B, AE and CE. RGB value is (27,174,206). Sum of RGB (Red+Green+Blue) = 27+174+206=407 (53% of max value = 765). Red value is 27 (10.94% from 255 or 6.63% from 407); Green value is 174 (68.36% from 255 or 42.75% from 407); Blue value is 206 (80.86% from 255 or 50.61% from 407); Max value from RGB is 206 - color contains mainly: blue. Hex color #1BAECE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BAECE is #E45131. Grayscale: #858585. Windows color (decimal): -14962994 or 13544987. OLE color: 13544987.
HSL color Cylindrical-coordinate representation of color #1BAECE: hue angle of 190.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 #1BAECE is Cyan = 0.87, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 27 | 174 | 206 | - |
| CMYK | 0.87 | 0.16 | 0 | 0.19 |
| HSL | 190.73º | 0.77% | 0.46% | - |
| HSV(B) | 190.73º | 0.87% | 0.81% | - |
| XYZ | 26.73 | 34.96 | 63.73 | - |
| YUV | 133.7 | 168.8 | 51.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 174 | 206 | 0.87 | 0.16 | 0 | 0.19 | 190.73 | 0.77 | 0.46 |
| Hex | 1B | AE | CE | 57 | 10 | 0 | 13 | BF | 4D | 2E |
| Octal | 33 | 256 | 316 | 127 | 20 | 0 | 23 | 277 | 115 | 56 |
| Binary | 11011 | 10101110 | 11001110 | 1010111 | 10000 | 0 | 10011 | 10111111 | 1001101 | 101110 |
Color Harmonies of #1BAECE
Complementary color
Monochromatic Colors of #1BAECE
Black with #1BAECE
Text Example
Text Example
White with #1BAECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAECE; }
p { color: rgb(27,174,206); }
H1.HeaderClassName
{
color: #1BAECE;
}
.AnyTagClassName
{
color: #1BAECE;
}
</style>
background-color css
<style>
a { background-color: #1BAECE; }
a { background-color: rgb(27,174,206); }
div.DivClassName
{
background-color: #1BAECE;
}
.BgClassName
{
background-color: #1BAECE;
}
</style>
border-color css
<style>
span { border-color: #1BAECE; }
span { border-color: rgb(27,174,206); }
td.TdClassName
{
border-color: #1BAECE;
}
.TagClassName
{
border-color: #1BAECE;
}
</style>