Shades of Iris Blue #1ABDCD
Tints of Iris Blue #1ABDCD
RGB
CMYK
RGB Variations
Color information
#1ABDCD (or 0x1ABDCD) is known color: Iris Blue. HEX triplet: 1A, BD and CD. RGB value is (26,189,205). Sum of RGB (Red+Green+Blue) = 26+189+205=420 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.19% from 420); Green value is 189 (74.22% from 255 or 45% from 420); Blue value is 205 (80.47% from 255 or 48.81% from 420); Max value from RGB is 205 - color contains mainly: blue. Hex color #1ABDCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ABDCD is #E54232. Grayscale: #8D8D8D. Windows color (decimal): -15024691 or 13483290. OLE color: 13483290.
HSL color Cylindrical-coordinate representation of color #1ABDCD: hue angle of 185.36º 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 #1ABDCD is Cyan = 0.87, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 26 | 189 | 205 | - |
| CMYK | 0.87 | 0.08 | 0 | 0.20 |
| HSL | 185.36º | 0.77% | 0.45% | - |
| HSV(B) | 185.36º | 0.87% | 0.8% | - |
| XYZ | 29.64 | 41.02 | 64.11 | - |
| YUV | 142.09 | 163.5 | 45.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 189 | 205 | 0.87 | 0.08 | 0 | 0.20 | 185.36 | 0.77 | 0.45 |
| Hex | 1A | BD | CD | 57 | 8 | 0 | 14 | B9 | 4D | 2D |
| Octal | 32 | 275 | 315 | 127 | 10 | 0 | 24 | 271 | 115 | 55 |
| Binary | 11010 | 10111101 | 11001101 | 1010111 | 1000 | 0 | 10100 | 10111001 | 1001101 | 101101 |
Color Harmonies of #1ABDCD
Complementary color
Monochromatic Colors of #1ABDCD
Black with #1ABDCD
Text Example
Text Example
White with #1ABDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABDCD; }
p { color: rgb(26,189,205); }
H1.HeaderClassName
{
color: #1ABDCD;
}
.AnyTagClassName
{
color: #1ABDCD;
}
</style>
background-color css
<style>
a { background-color: #1ABDCD; }
a { background-color: rgb(26,189,205); }
div.DivClassName
{
background-color: #1ABDCD;
}
.BgClassName
{
background-color: #1ABDCD;
}
</style>
border-color css
<style>
span { border-color: #1ABDCD; }
span { border-color: rgb(26,189,205); }
td.TdClassName
{
border-color: #1ABDCD;
}
.TagClassName
{
border-color: #1ABDCD;
}
</style>