Shades of Iris Blue #1AB9D7
Tints of Iris Blue #1AB9D7
RGB
CMYK
RGB Variations
Color information
#1AB9D7 (or 0x1AB9D7) is known color: Iris Blue. HEX triplet: 1A, B9 and D7. RGB value is (26,185,215). Sum of RGB (Red+Green+Blue) = 26+185+215=426 (56% of max value = 765). Red value is 26 (10.55% from 255 or 6.10% from 426); Green value is 185 (72.66% from 255 or 43.43% from 426); Blue value is 215 (84.38% from 255 or 50.47% from 426); Max value from RGB is 215 - color contains mainly: blue. Hex color #1AB9D7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AB9D7 is #E54628. Grayscale: #8C8C8C. Windows color (decimal): -15025705 or 14137626. OLE color: 14137626.
HSL color Cylindrical-coordinate representation of color #1AB9D7: hue angle of 189.52º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AB9D7 is Cyan = 0.88, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 26 | 185 | 215 | - |
| CMYK | 0.88 | 0.14 | 0 | 0.16 |
| HSL | 189.52º | 0.78% | 0.47% | - |
| HSV(B) | 189.52º | 0.88% | 0.84% | - |
| XYZ | 30.04 | 39.82 | 70.39 | - |
| YUV | 140.88 | 169.82 | 46.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 185 | 215 | 0.88 | 0.14 | 0 | 0.16 | 189.52 | 0.78 | 0.47 |
| Hex | 1A | B9 | D7 | 58 | E | 0 | 10 | BE | 4E | 2F |
| Octal | 32 | 271 | 327 | 130 | 16 | 0 | 20 | 276 | 116 | 57 |
| Binary | 11010 | 10111001 | 11010111 | 1011000 | 1110 | 0 | 10000 | 10111110 | 1001110 | 101111 |
Color Harmonies of #1AB9D7
Complementary color
Monochromatic Colors of #1AB9D7
Black with #1AB9D7
Text Example
Text Example
White with #1AB9D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB9D7; }
p { color: rgb(26,185,215); }
H1.HeaderClassName
{
color: #1AB9D7;
}
.AnyTagClassName
{
color: #1AB9D7;
}
</style>
background-color css
<style>
a { background-color: #1AB9D7; }
a { background-color: rgb(26,185,215); }
div.DivClassName
{
background-color: #1AB9D7;
}
.BgClassName
{
background-color: #1AB9D7;
}
</style>
border-color css
<style>
span { border-color: #1AB9D7; }
span { border-color: rgb(26,185,215); }
td.TdClassName
{
border-color: #1AB9D7;
}
.TagClassName
{
border-color: #1AB9D7;
}
</style>