Shades of Iris Blue #1AB6C2
Tints of Iris Blue #1AB6C2
RGB
CMYK
RGB Variations
Color information
#1AB6C2 (or 0x1AB6C2) is known color: Iris Blue. HEX triplet: 1A, B6 and C2. RGB value is (26,182,194). Sum of RGB (Red+Green+Blue) = 26+182+194=402 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.47% from 402); Green value is 182 (71.48% from 255 or 45.27% from 402); Blue value is 194 (76.17% from 255 or 48.26% from 402); Max value from RGB is 194 - color contains mainly: blue. Hex color #1AB6C2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AB6C2 is #E5493D. Grayscale: #888888. Windows color (decimal): -15026494 or 12760602. OLE color: 12760602.
HSL color Cylindrical-coordinate representation of color #1AB6C2: hue angle of 184.29º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1AB6C2 is Cyan = 0.87, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 26 | 182 | 194 | - |
| CMYK | 0.87 | 0.06 | 0 | 0.24 |
| HSL | 184.29º | 0.76% | 0.43% | - |
| HSV(B) | 184.29º | 0.87% | 0.76% | - |
| XYZ | 26.89 | 37.57 | 56.87 | - |
| YUV | 136.72 | 160.32 | 49.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 182 | 194 | 0.87 | 0.06 | 0 | 0.24 | 184.29 | 0.76 | 0.43 |
| Hex | 1A | B6 | C2 | 57 | 6 | 0 | 18 | B8 | 4C | 2B |
| Octal | 32 | 266 | 302 | 127 | 6 | 0 | 30 | 270 | 114 | 53 |
| Binary | 11010 | 10110110 | 11000010 | 1010111 | 110 | 0 | 11000 | 10111000 | 1001100 | 101011 |
Color Harmonies of #1AB6C2
Complementary color
Monochromatic Colors of #1AB6C2
Black with #1AB6C2
Text Example
Text Example
White with #1AB6C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB6C2; }
p { color: rgb(26,182,194); }
H1.HeaderClassName
{
color: #1AB6C2;
}
.AnyTagClassName
{
color: #1AB6C2;
}
</style>
background-color css
<style>
a { background-color: #1AB6C2; }
a { background-color: rgb(26,182,194); }
div.DivClassName
{
background-color: #1AB6C2;
}
.BgClassName
{
background-color: #1AB6C2;
}
</style>
border-color css
<style>
span { border-color: #1AB6C2; }
span { border-color: rgb(26,182,194); }
td.TdClassName
{
border-color: #1AB6C2;
}
.TagClassName
{
border-color: #1AB6C2;
}
</style>