Shades of Iris Blue #1ABED1
Tints of Iris Blue #1ABED1
RGB
CMYK
RGB Variations
Color information
#1ABED1 (or 0x1ABED1) is known color: Iris Blue. HEX triplet: 1A, BE and D1. RGB value is (26,190,209). Sum of RGB (Red+Green+Blue) = 26+190+209=425 (56% of max value = 765). Red value is 26 (10.55% from 255 or 6.12% from 425); Green value is 190 (74.61% from 255 or 44.71% from 425); Blue value is 209 (82.03% from 255 or 49.18% from 425); Max value from RGB is 209 - color contains mainly: blue. Hex color #1ABED1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ABED1 is #E5412E. Grayscale: #8E8E8E. Windows color (decimal): -15024431 or 13745690. OLE color: 13745690.
HSL color Cylindrical-coordinate representation of color #1ABED1: hue angle of 186.23º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ABED1 is Cyan = 0.88, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 190 | 209 | - |
| CMYK | 0.88 | 0.09 | 0 | 0.18 |
| HSL | 186.23º | 0.78% | 0.46% | - |
| HSV(B) | 186.23º | 0.88% | 0.82% | - |
| XYZ | 30.35 | 41.65 | 66.76 | - |
| YUV | 143.13 | 165.17 | 44.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 190 | 209 | 0.88 | 0.09 | 0 | 0.18 | 186.23 | 0.78 | 0.46 |
| Hex | 1A | BE | D1 | 58 | 9 | 0 | 12 | BA | 4E | 2E |
| Octal | 32 | 276 | 321 | 130 | 11 | 0 | 22 | 272 | 116 | 56 |
| Binary | 11010 | 10111110 | 11010001 | 1011000 | 1001 | 0 | 10010 | 10111010 | 1001110 | 101110 |
Color Harmonies of #1ABED1
Complementary color
Monochromatic Colors of #1ABED1
Black with #1ABED1
Text Example
Text Example
White with #1ABED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABED1; }
p { color: rgb(26,190,209); }
H1.HeaderClassName
{
color: #1ABED1;
}
.AnyTagClassName
{
color: #1ABED1;
}
</style>
background-color css
<style>
a { background-color: #1ABED1; }
a { background-color: rgb(26,190,209); }
div.DivClassName
{
background-color: #1ABED1;
}
.BgClassName
{
background-color: #1ABED1;
}
</style>
border-color css
<style>
span { border-color: #1ABED1; }
span { border-color: rgb(26,190,209); }
td.TdClassName
{
border-color: #1ABED1;
}
.TagClassName
{
border-color: #1ABED1;
}
</style>