Shades of Iris Blue #1BAEC1
Tints of Iris Blue #1BAEC1
RGB
CMYK
RGB Variations
Color information
#1BAEC1 (or 0x1BAEC1) is known color: Iris Blue. HEX triplet: 1B, AE and C1. RGB value is (27,174,193). Sum of RGB (Red+Green+Blue) = 27+174+193=394 (52% of max value = 765). Red value is 27 (10.94% from 255 or 6.85% from 394); Green value is 174 (68.36% from 255 or 44.16% from 394); Blue value is 193 (75.78% from 255 or 48.98% from 394); Max value from RGB is 193 - color contains mainly: blue. Hex color #1BAEC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BAEC1 is #E4513E. Grayscale: #838383. Windows color (decimal): -14963007 or 12693019. OLE color: 12693019.
HSL color Cylindrical-coordinate representation of color #1BAEC1: hue angle of 186.87º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BAEC1 is Cyan = 0.86, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 27 | 174 | 193 | - |
| CMYK | 0.86 | 0.10 | 0 | 0.24 |
| HSL | 186.87º | 0.75% | 0.43% | - |
| HSV(B) | 186.87º | 0.86% | 0.76% | - |
| XYZ | 25.21 | 34.36 | 55.75 | - |
| YUV | 132.21 | 162.3 | 52.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 174 | 193 | 0.86 | 0.10 | 0 | 0.24 | 186.87 | 0.75 | 0.43 |
| Hex | 1B | AE | C1 | 56 | A | 0 | 18 | BB | 4B | 2B |
| Octal | 33 | 256 | 301 | 126 | 12 | 0 | 30 | 273 | 113 | 53 |
| Binary | 11011 | 10101110 | 11000001 | 1010110 | 1010 | 0 | 11000 | 10111011 | 1001011 | 101011 |
Color Harmonies of #1BAEC1
Complementary color
Monochromatic Colors of #1BAEC1
Black with #1BAEC1
Text Example
Text Example
White with #1BAEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAEC1; }
p { color: rgb(27,174,193); }
H1.HeaderClassName
{
color: #1BAEC1;
}
.AnyTagClassName
{
color: #1BAEC1;
}
</style>
background-color css
<style>
a { background-color: #1BAEC1; }
a { background-color: rgb(27,174,193); }
div.DivClassName
{
background-color: #1BAEC1;
}
.BgClassName
{
background-color: #1BAEC1;
}
</style>
border-color css
<style>
span { border-color: #1BAEC1; }
span { border-color: rgb(27,174,193); }
td.TdClassName
{
border-color: #1BAEC1;
}
.TagClassName
{
border-color: #1BAEC1;
}
</style>