Shades of Iris Blue #1ABBDC
Tints of Iris Blue #1ABBDC
RGB
CMYK
RGB Variations
Color information
#1ABBDC (or 0x1ABBDC) is known color: Iris Blue. HEX triplet: 1A, BB and DC. RGB value is (26,187,220). Sum of RGB (Red+Green+Blue) = 26+187+220=433 (57% of max value = 765). Red value is 26 (10.55% from 255 or 6.00% from 433); Green value is 187 (73.44% from 255 or 43.19% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #1ABBDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ABBDC is #E54423. Grayscale: #8E8E8E. Windows color (decimal): -15025188 or 14465818. OLE color: 14465818.
HSL color Cylindrical-coordinate representation of color #1ABBDC: hue angle of 190.21º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ABBDC is Cyan = 0.88, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 26 | 187 | 220 | - |
| CMYK | 0.88 | 0.15 | 0 | 0.14 |
| HSL | 190.21º | 0.79% | 0.48% | - |
| HSV(B) | 190.21º | 0.88% | 0.86% | - |
| XYZ | 31.11 | 40.93 | 73.97 | - |
| YUV | 142.62 | 171.66 | 44.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 187 | 220 | 0.88 | 0.15 | 0 | 0.14 | 190.21 | 0.79 | 0.48 |
| Hex | 1A | BB | DC | 58 | F | 0 | E | BE | 4F | 30 |
| Octal | 32 | 273 | 334 | 130 | 17 | 0 | 16 | 276 | 117 | 60 |
| Binary | 11010 | 10111011 | 11011100 | 1011000 | 1111 | 0 | 1110 | 10111110 | 1001111 | 110000 |
Color Harmonies of #1ABBDC
Complementary color
Monochromatic Colors of #1ABBDC
Black with #1ABBDC
Text Example
Text Example
White with #1ABBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABBDC; }
p { color: rgb(26,187,220); }
H1.HeaderClassName
{
color: #1ABBDC;
}
.AnyTagClassName
{
color: #1ABBDC;
}
</style>
background-color css
<style>
a { background-color: #1ABBDC; }
a { background-color: rgb(26,187,220); }
div.DivClassName
{
background-color: #1ABBDC;
}
.BgClassName
{
background-color: #1ABBDC;
}
</style>
border-color css
<style>
span { border-color: #1ABBDC; }
span { border-color: rgb(26,187,220); }
td.TdClassName
{
border-color: #1ABBDC;
}
.TagClassName
{
border-color: #1ABBDC;
}
</style>