Shades of Iris Blue #1AC1CB
Tints of Iris Blue #1AC1CB
RGB
CMYK
RGB Variations
Color information
#1AC1CB (or 0x1AC1CB) is known color: Iris Blue. HEX triplet: 1A, C1 and CB. RGB value is (26,193,203). Sum of RGB (Red+Green+Blue) = 26+193+203=422 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.16% from 422); Green value is 193 (75.78% from 255 or 45.73% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 203 - color contains mainly: blue. Hex color #1AC1CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AC1CB is #E53E34. Grayscale: #909090. Windows color (decimal): -15023669 or 13353242. OLE color: 13353242.
HSL color Cylindrical-coordinate representation of color #1AC1CB: hue angle of 183.39º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1AC1CB is Cyan = 0.87, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 26 | 193 | 203 | - |
| CMYK | 0.87 | 0.05 | 0 | 0.20 |
| HSL | 183.39º | 0.77% | 0.45% | - |
| HSV(B) | 183.39º | 0.87% | 0.8% | - |
| XYZ | 30.28 | 42.67 | 63.14 | - |
| YUV | 144.21 | 161.17 | 43.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 193 | 203 | 0.87 | 0.05 | 0 | 0.20 | 183.39 | 0.77 | 0.45 |
| Hex | 1A | C1 | CB | 57 | 5 | 0 | 14 | B7 | 4D | 2D |
| Octal | 32 | 301 | 313 | 127 | 5 | 0 | 24 | 267 | 115 | 55 |
| Binary | 11010 | 11000001 | 11001011 | 1010111 | 101 | 0 | 10100 | 10110111 | 1001101 | 101101 |
Color Harmonies of #1AC1CB
Complementary color
Monochromatic Colors of #1AC1CB
Black with #1AC1CB
Text Example
Text Example
White with #1AC1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC1CB; }
p { color: rgb(26,193,203); }
H1.HeaderClassName
{
color: #1AC1CB;
}
.AnyTagClassName
{
color: #1AC1CB;
}
</style>
background-color css
<style>
a { background-color: #1AC1CB; }
a { background-color: rgb(26,193,203); }
div.DivClassName
{
background-color: #1AC1CB;
}
.BgClassName
{
background-color: #1AC1CB;
}
</style>
border-color css
<style>
span { border-color: #1AC1CB; }
span { border-color: rgb(26,193,203); }
td.TdClassName
{
border-color: #1AC1CB;
}
.TagClassName
{
border-color: #1AC1CB;
}
</style>