Shades of Iris Blue #1CB6C2
Tints of Iris Blue #1CB6C2
RGB
CMYK
RGB Variations
Color information
#1CB6C2 (or 0x1CB6C2) is known color: Iris Blue. HEX triplet: 1C, B6 and C2. RGB value is (28,182,194). Sum of RGB (Red+Green+Blue) = 28+182+194=404 (53% of max value = 765). Red value is 28 (11.33% from 255 or 6.93% from 404); Green value is 182 (71.48% from 255 or 45.05% from 404); Blue value is 194 (76.17% from 255 or 48.02% from 404); Max value from RGB is 194 - color contains mainly: blue. Hex color #1CB6C2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CB6C2 is #E3493D. Grayscale: #898989. Windows color (decimal): -14895422 or 12760604. OLE color: 12760604.
HSL color Cylindrical-coordinate representation of color #1CB6C2: hue angle of 184.34º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CB6C2 is Cyan = 0.86, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 28 | 182 | 194 | - |
| CMYK | 0.86 | 0.06 | 0 | 0.24 |
| HSL | 184.34º | 0.75% | 0.44% | - |
| HSV(B) | 184.34º | 0.86% | 0.76% | - |
| XYZ | 26.94 | 37.6 | 56.88 | - |
| YUV | 137.32 | 159.98 | 50.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 182 | 194 | 0.86 | 0.06 | 0 | 0.24 | 184.34 | 0.75 | 0.44 |
| Hex | 1C | B6 | C2 | 56 | 6 | 0 | 18 | B8 | 4B | 2C |
| Octal | 34 | 266 | 302 | 126 | 6 | 0 | 30 | 270 | 113 | 54 |
| Binary | 11100 | 10110110 | 11000010 | 1010110 | 110 | 0 | 11000 | 10111000 | 1001011 | 101100 |
Color Harmonies of #1CB6C2
Complementary color
Monochromatic Colors of #1CB6C2
Black with #1CB6C2
Text Example
Text Example
White with #1CB6C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB6C2; }
p { color: rgb(28,182,194); }
H1.HeaderClassName
{
color: #1CB6C2;
}
.AnyTagClassName
{
color: #1CB6C2;
}
</style>
background-color css
<style>
a { background-color: #1CB6C2; }
a { background-color: rgb(28,182,194); }
div.DivClassName
{
background-color: #1CB6C2;
}
.BgClassName
{
background-color: #1CB6C2;
}
</style>
border-color css
<style>
span { border-color: #1CB6C2; }
span { border-color: rgb(28,182,194); }
td.TdClassName
{
border-color: #1CB6C2;
}
.TagClassName
{
border-color: #1CB6C2;
}
</style>