Shades of Iris Blue #1BAEC5
Tints of Iris Blue #1BAEC5
RGB
CMYK
RGB Variations
Color information
#1BAEC5 (or 0x1BAEC5) is known color: Iris Blue. HEX triplet: 1B, AE and C5. RGB value is (27,174,197). Sum of RGB (Red+Green+Blue) = 27+174+197=398 (52% of max value = 765). Red value is 27 (10.94% from 255 or 6.78% from 398); Green value is 174 (68.36% from 255 or 43.72% from 398); Blue value is 197 (77.34% from 255 or 49.50% from 398); Max value from RGB is 197 - color contains mainly: blue. Hex color #1BAEC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BAEC5 is #E4513A. Grayscale: #848484. Windows color (decimal): -14963003 or 12955163. OLE color: 12955163.
HSL color Cylindrical-coordinate representation of color #1BAEC5: hue angle of 188.12º 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 #1BAEC5 is Cyan = 0.86, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 27 | 174 | 197 | - |
| CMYK | 0.86 | 0.12 | 0 | 0.23 |
| HSL | 188.12º | 0.76% | 0.44% | - |
| HSV(B) | 188.12º | 0.86% | 0.77% | - |
| XYZ | 25.67 | 34.54 | 58.14 | - |
| YUV | 132.67 | 164.3 | 52.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 174 | 197 | 0.86 | 0.12 | 0 | 0.23 | 188.12 | 0.76 | 0.44 |
| Hex | 1B | AE | C5 | 56 | C | 0 | 17 | BC | 4C | 2C |
| Octal | 33 | 256 | 305 | 126 | 14 | 0 | 27 | 274 | 114 | 54 |
| Binary | 11011 | 10101110 | 11000101 | 1010110 | 1100 | 0 | 10111 | 10111100 | 1001100 | 101100 |
Color Harmonies of #1BAEC5
Complementary color
Monochromatic Colors of #1BAEC5
Black with #1BAEC5
Text Example
Text Example
White with #1BAEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAEC5; }
p { color: rgb(27,174,197); }
H1.HeaderClassName
{
color: #1BAEC5;
}
.AnyTagClassName
{
color: #1BAEC5;
}
</style>
background-color css
<style>
a { background-color: #1BAEC5; }
a { background-color: rgb(27,174,197); }
div.DivClassName
{
background-color: #1BAEC5;
}
.BgClassName
{
background-color: #1BAEC5;
}
</style>
border-color css
<style>
span { border-color: #1BAEC5; }
span { border-color: rgb(27,174,197); }
td.TdClassName
{
border-color: #1BAEC5;
}
.TagClassName
{
border-color: #1BAEC5;
}
</style>