Shades of Iris Blue #1AB9CF
Tints of Iris Blue #1AB9CF
RGB
CMYK
RGB Variations
Color information
#1AB9CF (or 0x1AB9CF) is known color: Iris Blue. HEX triplet: 1A, B9 and CF. RGB value is (26,185,207). Sum of RGB (Red+Green+Blue) = 26+185+207=418 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.22% from 418); Green value is 185 (72.66% from 255 or 44.26% from 418); Blue value is 207 (81.25% from 255 or 49.52% from 418); Max value from RGB is 207 - color contains mainly: blue. Hex color #1AB9CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AB9CF is #E54630. Grayscale: #8B8B8B. Windows color (decimal): -15025713 or 13613338. OLE color: 13613338.
HSL color Cylindrical-coordinate representation of color #1AB9CF: hue angle of 187.29º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1AB9CF is Cyan = 0.87, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 26 | 185 | 207 | - |
| CMYK | 0.87 | 0.11 | 0 | 0.19 |
| HSL | 187.29º | 0.78% | 0.46% | - |
| HSV(B) | 187.29º | 0.87% | 0.81% | - |
| XYZ | 29.04 | 39.42 | 65.11 | - |
| YUV | 139.97 | 165.82 | 46.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 185 | 207 | 0.87 | 0.11 | 0 | 0.19 | 187.29 | 0.78 | 0.46 |
| Hex | 1A | B9 | CF | 57 | B | 0 | 13 | BB | 4E | 2E |
| Octal | 32 | 271 | 317 | 127 | 13 | 0 | 23 | 273 | 116 | 56 |
| Binary | 11010 | 10111001 | 11001111 | 1010111 | 1011 | 0 | 10011 | 10111011 | 1001110 | 101110 |
Color Harmonies of #1AB9CF
Complementary color
Monochromatic Colors of #1AB9CF
Black with #1AB9CF
Text Example
Text Example
White with #1AB9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB9CF; }
p { color: rgb(26,185,207); }
H1.HeaderClassName
{
color: #1AB9CF;
}
.AnyTagClassName
{
color: #1AB9CF;
}
</style>
background-color css
<style>
a { background-color: #1AB9CF; }
a { background-color: rgb(26,185,207); }
div.DivClassName
{
background-color: #1AB9CF;
}
.BgClassName
{
background-color: #1AB9CF;
}
</style>
border-color css
<style>
span { border-color: #1AB9CF; }
span { border-color: rgb(26,185,207); }
td.TdClassName
{
border-color: #1AB9CF;
}
.TagClassName
{
border-color: #1AB9CF;
}
</style>