Shades of Iris Blue #1ABBD9
Tints of Iris Blue #1ABBD9
RGB
CMYK
RGB Variations
Color information
#1ABBD9 (or 0x1ABBD9) is known color: Iris Blue. HEX triplet: 1A, BB and D9. RGB value is (26,187,217). Sum of RGB (Red+Green+Blue) = 26+187+217=430 (56% of max value = 765). Red value is 26 (10.55% from 255 or 6.05% from 430); Green value is 187 (73.44% from 255 or 43.49% from 430); Blue value is 217 (85.16% from 255 or 50.47% from 430); Max value from RGB is 217 - color contains mainly: blue. Hex color #1ABBD9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ABBD9 is #E54426. Grayscale: #8E8E8E. Windows color (decimal): -15025191 or 14269210. OLE color: 14269210.
HSL color Cylindrical-coordinate representation of color #1ABBD9: hue angle of 189.42º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ABBD9 is Cyan = 0.88, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 26 | 187 | 217 | - |
| CMYK | 0.88 | 0.14 | 0 | 0.15 |
| HSL | 189.42º | 0.79% | 0.48% | - |
| HSV(B) | 189.42º | 0.88% | 0.85% | - |
| XYZ | 30.72 | 40.77 | 71.9 | - |
| YUV | 142.28 | 170.16 | 45.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 187 | 217 | 0.88 | 0.14 | 0 | 0.15 | 189.42 | 0.79 | 0.48 |
| Hex | 1A | BB | D9 | 58 | E | 0 | F | BD | 4F | 30 |
| Octal | 32 | 273 | 331 | 130 | 16 | 0 | 17 | 275 | 117 | 60 |
| Binary | 11010 | 10111011 | 11011001 | 1011000 | 1110 | 0 | 1111 | 10111101 | 1001111 | 110000 |
Color Harmonies of #1ABBD9
Complementary color
Monochromatic Colors of #1ABBD9
Black with #1ABBD9
Text Example
Text Example
White with #1ABBD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABBD9; }
p { color: rgb(26,187,217); }
H1.HeaderClassName
{
color: #1ABBD9;
}
.AnyTagClassName
{
color: #1ABBD9;
}
</style>
background-color css
<style>
a { background-color: #1ABBD9; }
a { background-color: rgb(26,187,217); }
div.DivClassName
{
background-color: #1ABBD9;
}
.BgClassName
{
background-color: #1ABBD9;
}
</style>
border-color css
<style>
span { border-color: #1ABBD9; }
span { border-color: rgb(26,187,217); }
td.TdClassName
{
border-color: #1ABBD9;
}
.TagClassName
{
border-color: #1ABBD9;
}
</style>