Shades of Iris Blue #1ABFC5
Tints of Iris Blue #1ABFC5
RGB
CMYK
RGB Variations
Color information
#1ABFC5 (or 0x1ABFC5) is known color: Iris Blue. HEX triplet: 1A, BF and C5. RGB value is (26,191,197). Sum of RGB (Red+Green+Blue) = 26+191+197=414 (54% of max value = 765). Red value is 26 (10.55% from 255 or 6.28% from 414); Green value is 191 (75% from 255 or 46.14% from 414); Blue value is 197 (77.34% from 255 or 47.58% from 414); Max value from RGB is 197 - color contains mainly: blue. Hex color #1ABFC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ABFC5 is #E5403A. Grayscale: #8E8E8E. Windows color (decimal): -15024187 or 12959514. OLE color: 12959514.
HSL color Cylindrical-coordinate representation of color #1ABFC5: hue angle of 182.11º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1ABFC5 is Cyan = 0.87, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 26 | 191 | 197 | - |
| CMYK | 0.87 | 0.03 | 0 | 0.23 |
| HSL | 182.11º | 0.77% | 0.44% | - |
| HSV(B) | 182.11º | 0.87% | 0.77% | - |
| XYZ | 29.13 | 41.51 | 59.3 | - |
| YUV | 142.35 | 158.84 | 45.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 191 | 197 | 0.87 | 0.03 | 0 | 0.23 | 182.11 | 0.77 | 0.44 |
| Hex | 1A | BF | C5 | 57 | 3 | 0 | 17 | B6 | 4D | 2C |
| Octal | 32 | 277 | 305 | 127 | 3 | 0 | 27 | 266 | 115 | 54 |
| Binary | 11010 | 10111111 | 11000101 | 1010111 | 11 | 0 | 10111 | 10110110 | 1001101 | 101100 |
Color Harmonies of #1ABFC5
Complementary color
Monochromatic Colors of #1ABFC5
Black with #1ABFC5
Text Example
Text Example
White with #1ABFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABFC5; }
p { color: rgb(26,191,197); }
H1.HeaderClassName
{
color: #1ABFC5;
}
.AnyTagClassName
{
color: #1ABFC5;
}
</style>
background-color css
<style>
a { background-color: #1ABFC5; }
a { background-color: rgb(26,191,197); }
div.DivClassName
{
background-color: #1ABFC5;
}
.BgClassName
{
background-color: #1ABFC5;
}
</style>
border-color css
<style>
span { border-color: #1ABFC5; }
span { border-color: rgb(26,191,197); }
td.TdClassName
{
border-color: #1ABFC5;
}
.TagClassName
{
border-color: #1ABFC5;
}
</style>