Shades of Iris Blue #1ABACF
Tints of Iris Blue #1ABACF
RGB
CMYK
RGB Variations
Color information
#1ABACF (or 0x1ABACF) is known color: Iris Blue. HEX triplet: 1A, BA and CF. RGB value is (26,186,207). Sum of RGB (Red+Green+Blue) = 26+186+207=419 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.21% from 419); Green value is 186 (73.05% from 255 or 44.39% from 419); Blue value is 207 (81.25% from 255 or 49.40% from 419); Max value from RGB is 207 - color contains mainly: blue. Hex color #1ABACF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ABACF is #E54530. Grayscale: #8C8C8C. Windows color (decimal): -15025457 or 13613594. OLE color: 13613594.
HSL color Cylindrical-coordinate representation of color #1ABACF: hue angle of 186.96º 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 #1ABACF is Cyan = 0.87, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 26 | 186 | 207 | - |
| CMYK | 0.87 | 0.10 | 0 | 0.19 |
| HSL | 186.96º | 0.78% | 0.46% | - |
| HSV(B) | 186.96º | 0.87% | 0.81% | - |
| XYZ | 29.25 | 39.84 | 65.18 | - |
| YUV | 140.55 | 165.49 | 46.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 186 | 207 | 0.87 | 0.10 | 0 | 0.19 | 186.96 | 0.78 | 0.46 |
| Hex | 1A | BA | CF | 57 | A | 0 | 13 | BB | 4E | 2E |
| Octal | 32 | 272 | 317 | 127 | 12 | 0 | 23 | 273 | 116 | 56 |
| Binary | 11010 | 10111010 | 11001111 | 1010111 | 1010 | 0 | 10011 | 10111011 | 1001110 | 101110 |
Color Harmonies of #1ABACF
Complementary color
Monochromatic Colors of #1ABACF
Black with #1ABACF
Text Example
Text Example
White with #1ABACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABACF; }
p { color: rgb(26,186,207); }
H1.HeaderClassName
{
color: #1ABACF;
}
.AnyTagClassName
{
color: #1ABACF;
}
</style>
background-color css
<style>
a { background-color: #1ABACF; }
a { background-color: rgb(26,186,207); }
div.DivClassName
{
background-color: #1ABACF;
}
.BgClassName
{
background-color: #1ABACF;
}
</style>
border-color css
<style>
span { border-color: #1ABACF; }
span { border-color: rgb(26,186,207); }
td.TdClassName
{
border-color: #1ABACF;
}
.TagClassName
{
border-color: #1ABACF;
}
</style>