Shades of Iris Blue #1CC1C6
Tints of Iris Blue #1CC1C6
RGB
CMYK
RGB Variations
Color information
#1CC1C6 (or 0x1CC1C6) is known color: Iris Blue. HEX triplet: 1C, C1 and C6. RGB value is (28,193,198). Sum of RGB (Red+Green+Blue) = 28+193+198=419 (55% of max value = 765). Red value is 28 (11.33% from 255 or 6.68% from 419); Green value is 193 (75.78% from 255 or 46.06% from 419); Blue value is 198 (77.73% from 255 or 47.26% from 419); Max value from RGB is 198 - color contains mainly: blue. Hex color #1CC1C6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CC1C6 is #E33E39. Grayscale: #909090. Windows color (decimal): -14892602 or 13025564. OLE color: 13025564.
HSL color Cylindrical-coordinate representation of color #1CC1C6: hue angle of 181.76º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CC1C6 is Cyan = 0.86, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 28 | 193 | 198 | - |
| CMYK | 0.86 | 0.03 | 0 | 0.22 |
| HSL | 181.76º | 0.75% | 0.44% | - |
| HSV(B) | 181.76º | 0.86% | 0.78% | - |
| XYZ | 29.74 | 42.46 | 60.05 | - |
| YUV | 144.24 | 158.34 | 45.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 193 | 198 | 0.86 | 0.03 | 0 | 0.22 | 181.76 | 0.75 | 0.44 |
| Hex | 1C | C1 | C6 | 56 | 3 | 0 | 16 | B6 | 4B | 2C |
| Octal | 34 | 301 | 306 | 126 | 3 | 0 | 26 | 266 | 113 | 54 |
| Binary | 11100 | 11000001 | 11000110 | 1010110 | 11 | 0 | 10110 | 10110110 | 1001011 | 101100 |
Color Harmonies of #1CC1C6
Complementary color
Monochromatic Colors of #1CC1C6
Black with #1CC1C6
Text Example
Text Example
White with #1CC1C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC1C6; }
p { color: rgb(28,193,198); }
H1.HeaderClassName
{
color: #1CC1C6;
}
.AnyTagClassName
{
color: #1CC1C6;
}
</style>
background-color css
<style>
a { background-color: #1CC1C6; }
a { background-color: rgb(28,193,198); }
div.DivClassName
{
background-color: #1CC1C6;
}
.BgClassName
{
background-color: #1CC1C6;
}
</style>
border-color css
<style>
span { border-color: #1CC1C6; }
span { border-color: rgb(28,193,198); }
td.TdClassName
{
border-color: #1CC1C6;
}
.TagClassName
{
border-color: #1CC1C6;
}
</style>