Shades of Iris Blue #1ABBDD
Tints of Iris Blue #1ABBDD
RGB
CMYK
RGB Variations
Color information
#1ABBDD (or 0x1ABBDD) is known color: Iris Blue. HEX triplet: 1A, BB and DD. RGB value is (26,187,221). Sum of RGB (Red+Green+Blue) = 26+187+221=434 (57% of max value = 765). Red value is 26 (10.55% from 255 or 5.99% from 434); Green value is 187 (73.44% from 255 or 43.09% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #1ABBDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ABBDD is #E54422. Grayscale: #8E8E8E. Windows color (decimal): -15025187 or 14531354. OLE color: 14531354.
HSL color Cylindrical-coordinate representation of color #1ABBDD: hue angle of 190.46º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ABBDD is Cyan = 0.88, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 187 | 221 | - |
| CMYK | 0.88 | 0.15 | 0 | 0.13 |
| HSL | 190.46º | 0.79% | 0.48% | - |
| HSV(B) | 190.46º | 0.88% | 0.87% | - |
| XYZ | 31.25 | 40.98 | 74.67 | - |
| YUV | 142.74 | 172.16 | 44.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 187 | 221 | 0.88 | 0.15 | 0 | 0.13 | 190.46 | 0.79 | 0.48 |
| Hex | 1A | BB | DD | 58 | F | 0 | D | BE | 4F | 30 |
| Octal | 32 | 273 | 335 | 130 | 17 | 0 | 15 | 276 | 117 | 60 |
| Binary | 11010 | 10111011 | 11011101 | 1011000 | 1111 | 0 | 1101 | 10111110 | 1001111 | 110000 |
Color Harmonies of #1ABBDD
Complementary color
Monochromatic Colors of #1ABBDD
Black with #1ABBDD
Text Example
Text Example
White with #1ABBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABBDD; }
p { color: rgb(26,187,221); }
H1.HeaderClassName
{
color: #1ABBDD;
}
.AnyTagClassName
{
color: #1ABBDD;
}
</style>
background-color css
<style>
a { background-color: #1ABBDD; }
a { background-color: rgb(26,187,221); }
div.DivClassName
{
background-color: #1ABBDD;
}
.BgClassName
{
background-color: #1ABBDD;
}
</style>
border-color css
<style>
span { border-color: #1ABBDD; }
span { border-color: rgb(26,187,221); }
td.TdClassName
{
border-color: #1ABBDD;
}
.TagClassName
{
border-color: #1ABBDD;
}
</style>