Shades of Iris Blue #1ABDCB
Tints of Iris Blue #1ABDCB
RGB
CMYK
RGB Variations
Color information
#1ABDCB (or 0x1ABDCB) is known color: Iris Blue. HEX triplet: 1A, BD and CB. RGB value is (26,189,203). Sum of RGB (Red+Green+Blue) = 26+189+203=418 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.22% from 418); Green value is 189 (74.22% from 255 or 45.22% from 418); Blue value is 203 (79.69% from 255 or 48.56% from 418); Max value from RGB is 203 - color contains mainly: blue. Hex color #1ABDCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ABDCB is #E54234. Grayscale: #8D8D8D. Windows color (decimal): -15024693 or 13352218. OLE color: 13352218.
HSL color Cylindrical-coordinate representation of color #1ABDCB: hue angle of 184.75º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1ABDCB is Cyan = 0.87, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 26 | 189 | 203 | - |
| CMYK | 0.87 | 0.07 | 0 | 0.20 |
| HSL | 184.75º | 0.77% | 0.45% | - |
| HSV(B) | 184.75º | 0.87% | 0.8% | - |
| XYZ | 29.4 | 40.93 | 62.85 | - |
| YUV | 141.86 | 162.5 | 45.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 189 | 203 | 0.87 | 0.07 | 0 | 0.20 | 184.75 | 0.77 | 0.45 |
| Hex | 1A | BD | CB | 57 | 7 | 0 | 14 | B9 | 4D | 2D |
| Octal | 32 | 275 | 313 | 127 | 7 | 0 | 24 | 271 | 115 | 55 |
| Binary | 11010 | 10111101 | 11001011 | 1010111 | 111 | 0 | 10100 | 10111001 | 1001101 | 101101 |
Color Harmonies of #1ABDCB
Complementary color
Monochromatic Colors of #1ABDCB
Black with #1ABDCB
Text Example
Text Example
White with #1ABDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABDCB; }
p { color: rgb(26,189,203); }
H1.HeaderClassName
{
color: #1ABDCB;
}
.AnyTagClassName
{
color: #1ABDCB;
}
</style>
background-color css
<style>
a { background-color: #1ABDCB; }
a { background-color: rgb(26,189,203); }
div.DivClassName
{
background-color: #1ABDCB;
}
.BgClassName
{
background-color: #1ABDCB;
}
</style>
border-color css
<style>
span { border-color: #1ABDCB; }
span { border-color: rgb(26,189,203); }
td.TdClassName
{
border-color: #1ABDCB;
}
.TagClassName
{
border-color: #1ABDCB;
}
</style>