Shades of Iris Blue #1ABDC5
Tints of Iris Blue #1ABDC5
RGB
CMYK
RGB Variations
Color information
#1ABDC5 (or 0x1ABDC5) is known color: Iris Blue. HEX triplet: 1A, BD and C5. RGB value is (26,189,197). Sum of RGB (Red+Green+Blue) = 26+189+197=412 (54% of max value = 765). Red value is 26 (10.55% from 255 or 6.31% from 412); Green value is 189 (74.22% from 255 or 45.87% from 412); Blue value is 197 (77.34% from 255 or 47.82% from 412); Max value from RGB is 197 - color contains mainly: blue. Hex color #1ABDC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ABDC5 is #E5423A. Grayscale: #8C8C8C. Windows color (decimal): -15024699 or 12959002. OLE color: 12959002.
HSL color Cylindrical-coordinate representation of color #1ABDC5: hue angle of 182.81º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1ABDC5 is Cyan = 0.87, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 26 | 189 | 197 | - |
| CMYK | 0.87 | 0.04 | 0 | 0.23 |
| HSL | 182.81º | 0.77% | 0.44% | - |
| HSV(B) | 182.81º | 0.87% | 0.77% | - |
| XYZ | 28.7 | 40.65 | 59.16 | - |
| YUV | 141.18 | 159.5 | 45.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 189 | 197 | 0.87 | 0.04 | 0 | 0.23 | 182.81 | 0.77 | 0.44 |
| Hex | 1A | BD | C5 | 57 | 4 | 0 | 17 | B7 | 4D | 2C |
| Octal | 32 | 275 | 305 | 127 | 4 | 0 | 27 | 267 | 115 | 54 |
| Binary | 11010 | 10111101 | 11000101 | 1010111 | 100 | 0 | 10111 | 10110111 | 1001101 | 101100 |
Color Harmonies of #1ABDC5
Complementary color
Monochromatic Colors of #1ABDC5
Black with #1ABDC5
Text Example
Text Example
White with #1ABDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABDC5; }
p { color: rgb(26,189,197); }
H1.HeaderClassName
{
color: #1ABDC5;
}
.AnyTagClassName
{
color: #1ABDC5;
}
</style>
background-color css
<style>
a { background-color: #1ABDC5; }
a { background-color: rgb(26,189,197); }
div.DivClassName
{
background-color: #1ABDC5;
}
.BgClassName
{
background-color: #1ABDC5;
}
</style>
border-color css
<style>
span { border-color: #1ABDC5; }
span { border-color: rgb(26,189,197); }
td.TdClassName
{
border-color: #1ABDC5;
}
.TagClassName
{
border-color: #1ABDC5;
}
</style>