Shades of Iris Blue #1AB9CB
Tints of Iris Blue #1AB9CB
RGB
CMYK
RGB Variations
Color information
#1AB9CB (or 0x1AB9CB) is known color: Iris Blue. HEX triplet: 1A, B9 and CB. RGB value is (26,185,203). Sum of RGB (Red+Green+Blue) = 26+185+203=414 (54% of max value = 765). Red value is 26 (10.55% from 255 or 6.28% from 414); Green value is 185 (72.66% from 255 or 44.69% from 414); Blue value is 203 (79.69% from 255 or 49.03% from 414); Max value from RGB is 203 - color contains mainly: blue. Hex color #1AB9CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AB9CB is #E54634. Grayscale: #8B8B8B. Windows color (decimal): -15025717 or 13351194. OLE color: 13351194.
HSL color Cylindrical-coordinate representation of color #1AB9CB: hue angle of 186.1º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1AB9CB is Cyan = 0.87, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 26 | 185 | 203 | - |
| CMYK | 0.87 | 0.09 | 0 | 0.20 |
| HSL | 186.1º | 0.77% | 0.45% | - |
| HSV(B) | 186.1º | 0.87% | 0.8% | - |
| XYZ | 28.55 | 39.23 | 62.57 | - |
| YUV | 139.51 | 163.82 | 47.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 185 | 203 | 0.87 | 0.09 | 0 | 0.20 | 186.1 | 0.77 | 0.45 |
| Hex | 1A | B9 | CB | 57 | 9 | 0 | 14 | BA | 4D | 2D |
| Octal | 32 | 271 | 313 | 127 | 11 | 0 | 24 | 272 | 115 | 55 |
| Binary | 11010 | 10111001 | 11001011 | 1010111 | 1001 | 0 | 10100 | 10111010 | 1001101 | 101101 |
Color Harmonies of #1AB9CB
Complementary color
Monochromatic Colors of #1AB9CB
Black with #1AB9CB
Text Example
Text Example
White with #1AB9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB9CB; }
p { color: rgb(26,185,203); }
H1.HeaderClassName
{
color: #1AB9CB;
}
.AnyTagClassName
{
color: #1AB9CB;
}
</style>
background-color css
<style>
a { background-color: #1AB9CB; }
a { background-color: rgb(26,185,203); }
div.DivClassName
{
background-color: #1AB9CB;
}
.BgClassName
{
background-color: #1AB9CB;
}
</style>
border-color css
<style>
span { border-color: #1AB9CB; }
span { border-color: rgb(26,185,203); }
td.TdClassName
{
border-color: #1AB9CB;
}
.TagClassName
{
border-color: #1AB9CB;
}
</style>