Shades of Iris Blue #1ABBD0
Tints of Iris Blue #1ABBD0
RGB
CMYK
RGB Variations
Color information
#1ABBD0 (or 0x1ABBD0) is known color: Iris Blue. HEX triplet: 1A, BB and D0. RGB value is (26,187,208). Sum of RGB (Red+Green+Blue) = 26+187+208=421 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.18% from 421); Green value is 187 (73.44% from 255 or 44.42% from 421); Blue value is 208 (81.64% from 255 or 49.41% from 421); Max value from RGB is 208 - color contains mainly: blue. Hex color #1ABBD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ABBD0 is #E5442F. Grayscale: #8D8D8D. Windows color (decimal): -15025200 or 13679386. OLE color: 13679386.
HSL color Cylindrical-coordinate representation of color #1ABBD0: hue angle of 186.92º 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 #1ABBD0 is Cyan = 0.88, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 187 | 208 | - |
| CMYK | 0.88 | 0.10 | 0 | 0.18 |
| HSL | 186.92º | 0.78% | 0.46% | - |
| HSV(B) | 186.92º | 0.88% | 0.82% | - |
| XYZ | 29.58 | 40.31 | 65.9 | - |
| YUV | 141.26 | 165.66 | 45.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 187 | 208 | 0.88 | 0.10 | 0 | 0.18 | 186.92 | 0.78 | 0.46 |
| Hex | 1A | BB | D0 | 58 | A | 0 | 12 | BB | 4E | 2E |
| Octal | 32 | 273 | 320 | 130 | 12 | 0 | 22 | 273 | 116 | 56 |
| Binary | 11010 | 10111011 | 11010000 | 1011000 | 1010 | 0 | 10010 | 10111011 | 1001110 | 101110 |
Color Harmonies of #1ABBD0
Complementary color
Monochromatic Colors of #1ABBD0
Black with #1ABBD0
Text Example
Text Example
White with #1ABBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABBD0; }
p { color: rgb(26,187,208); }
H1.HeaderClassName
{
color: #1ABBD0;
}
.AnyTagClassName
{
color: #1ABBD0;
}
</style>
background-color css
<style>
a { background-color: #1ABBD0; }
a { background-color: rgb(26,187,208); }
div.DivClassName
{
background-color: #1ABBD0;
}
.BgClassName
{
background-color: #1ABBD0;
}
</style>
border-color css
<style>
span { border-color: #1ABBD0; }
span { border-color: rgb(26,187,208); }
td.TdClassName
{
border-color: #1ABBD0;
}
.TagClassName
{
border-color: #1ABBD0;
}
</style>