Shades of Iris Blue #1AB9CD
Tints of Iris Blue #1AB9CD
RGB
CMYK
RGB Variations
Color information
#1AB9CD (or 0x1AB9CD) is known color: Iris Blue. HEX triplet: 1A, B9 and CD. RGB value is (26,185,205). Sum of RGB (Red+Green+Blue) = 26+185+205=416 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.25% from 416); Green value is 185 (72.66% from 255 or 44.47% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 205 - color contains mainly: blue. Hex color #1AB9CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AB9CD is #E54632. Grayscale: #8B8B8B. Windows color (decimal): -15025715 or 13482266. OLE color: 13482266.
HSL color Cylindrical-coordinate representation of color #1AB9CD: hue angle of 186.7º 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 #1AB9CD is Cyan = 0.87, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 26 | 185 | 205 | - |
| CMYK | 0.87 | 0.10 | 0 | 0.20 |
| HSL | 186.7º | 0.77% | 0.45% | - |
| HSV(B) | 186.7º | 0.87% | 0.8% | - |
| XYZ | 28.79 | 39.33 | 63.83 | - |
| YUV | 139.74 | 164.82 | 46.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 185 | 205 | 0.87 | 0.10 | 0 | 0.20 | 186.7 | 0.77 | 0.45 |
| Hex | 1A | B9 | CD | 57 | A | 0 | 14 | BB | 4D | 2D |
| Octal | 32 | 271 | 315 | 127 | 12 | 0 | 24 | 273 | 115 | 55 |
| Binary | 11010 | 10111001 | 11001101 | 1010111 | 1010 | 0 | 10100 | 10111011 | 1001101 | 101101 |
Color Harmonies of #1AB9CD
Complementary color
Monochromatic Colors of #1AB9CD
Black with #1AB9CD
Text Example
Text Example
White with #1AB9CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB9CD; }
p { color: rgb(26,185,205); }
H1.HeaderClassName
{
color: #1AB9CD;
}
.AnyTagClassName
{
color: #1AB9CD;
}
</style>
background-color css
<style>
a { background-color: #1AB9CD; }
a { background-color: rgb(26,185,205); }
div.DivClassName
{
background-color: #1AB9CD;
}
.BgClassName
{
background-color: #1AB9CD;
}
</style>
border-color css
<style>
span { border-color: #1AB9CD; }
span { border-color: rgb(26,185,205); }
td.TdClassName
{
border-color: #1AB9CD;
}
.TagClassName
{
border-color: #1AB9CD;
}
</style>