Shades of Iris Blue #1CC2CB
Tints of Iris Blue #1CC2CB
RGB
CMYK
RGB Variations
Color information
#1CC2CB (or 0x1CC2CB) is known color: Iris Blue. HEX triplet: 1C, C2 and CB. RGB value is (28,194,203). Sum of RGB (Red+Green+Blue) = 28+194+203=425 (56% of max value = 765). Red value is 28 (11.33% from 255 or 6.59% from 425); Green value is 194 (76.17% from 255 or 45.65% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 203 - color contains mainly: blue. Hex color #1CC2CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CC2CB is #E33D34. Grayscale: #919191. Windows color (decimal): -14892341 or 13353500. OLE color: 13353500.
HSL color Cylindrical-coordinate representation of color #1CC2CB: hue angle of 183.09º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CC2CB is Cyan = 0.86, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 28 | 194 | 203 | - |
| CMYK | 0.86 | 0.04 | 0 | 0.20 |
| HSL | 183.09º | 0.76% | 0.45% | - |
| HSV(B) | 183.09º | 0.86% | 0.8% | - |
| XYZ | 30.55 | 43.14 | 63.22 | - |
| YUV | 145.39 | 160.5 | 44.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 194 | 203 | 0.86 | 0.04 | 0 | 0.20 | 183.09 | 0.76 | 0.45 |
| Hex | 1C | C2 | CB | 56 | 4 | 0 | 14 | B7 | 4C | 2D |
| Octal | 34 | 302 | 313 | 126 | 4 | 0 | 24 | 267 | 114 | 55 |
| Binary | 11100 | 11000010 | 11001011 | 1010110 | 100 | 0 | 10100 | 10110111 | 1001100 | 101101 |
Color Harmonies of #1CC2CB
Complementary color
Monochromatic Colors of #1CC2CB
Black with #1CC2CB
Text Example
Text Example
White with #1CC2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC2CB; }
p { color: rgb(28,194,203); }
H1.HeaderClassName
{
color: #1CC2CB;
}
.AnyTagClassName
{
color: #1CC2CB;
}
</style>
background-color css
<style>
a { background-color: #1CC2CB; }
a { background-color: rgb(28,194,203); }
div.DivClassName
{
background-color: #1CC2CB;
}
.BgClassName
{
background-color: #1CC2CB;
}
</style>
border-color css
<style>
span { border-color: #1CC2CB; }
span { border-color: rgb(28,194,203); }
td.TdClassName
{
border-color: #1CC2CB;
}
.TagClassName
{
border-color: #1CC2CB;
}
</style>