Shades of Iris Blue #1ABBD4
Tints of Iris Blue #1ABBD4
RGB
CMYK
RGB Variations
Color information
#1ABBD4 (or 0x1ABBD4) is known color: Iris Blue. HEX triplet: 1A, BB and D4. RGB value is (26,187,212). Sum of RGB (Red+Green+Blue) = 26+187+212=425 (56% of max value = 765). Red value is 26 (10.55% from 255 or 6.12% from 425); Green value is 187 (73.44% from 255 or 44% from 425); Blue value is 212 (83.20% from 255 or 49.88% from 425); Max value from RGB is 212 - color contains mainly: blue. Hex color #1ABBD4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ABBD4 is #E5442B. Grayscale: #8D8D8D. Windows color (decimal): -15025196 or 13941530. OLE color: 13941530.
HSL color Cylindrical-coordinate representation of color #1ABBD4: hue angle of 188.06º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ABBD4 is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 26 | 187 | 212 | - |
| CMYK | 0.88 | 0.12 | 0 | 0.17 |
| HSL | 188.06º | 0.78% | 0.47% | - |
| HSV(B) | 188.06º | 0.88% | 0.83% | - |
| XYZ | 30.08 | 40.51 | 68.52 | - |
| YUV | 141.71 | 167.66 | 45.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 187 | 212 | 0.88 | 0.12 | 0 | 0.17 | 188.06 | 0.78 | 0.47 |
| Hex | 1A | BB | D4 | 58 | C | 0 | 11 | BC | 4E | 2F |
| Octal | 32 | 273 | 324 | 130 | 14 | 0 | 21 | 274 | 116 | 57 |
| Binary | 11010 | 10111011 | 11010100 | 1011000 | 1100 | 0 | 10001 | 10111100 | 1001110 | 101111 |
Color Harmonies of #1ABBD4
Complementary color
Monochromatic Colors of #1ABBD4
Black with #1ABBD4
Text Example
Text Example
White with #1ABBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABBD4; }
p { color: rgb(26,187,212); }
H1.HeaderClassName
{
color: #1ABBD4;
}
.AnyTagClassName
{
color: #1ABBD4;
}
</style>
background-color css
<style>
a { background-color: #1ABBD4; }
a { background-color: rgb(26,187,212); }
div.DivClassName
{
background-color: #1ABBD4;
}
.BgClassName
{
background-color: #1ABBD4;
}
</style>
border-color css
<style>
span { border-color: #1ABBD4; }
span { border-color: rgb(26,187,212); }
td.TdClassName
{
border-color: #1ABBD4;
}
.TagClassName
{
border-color: #1ABBD4;
}
</style>