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