Shades of Iris Blue #1CBCCC
Tints of Iris Blue #1CBCCC
RGB
CMYK
RGB Variations
Color information
#1CBCCC (or 0x1CBCCC) is known color: Iris Blue. HEX triplet: 1C, BC and CC. RGB value is (28,188,204). Sum of RGB (Red+Green+Blue) = 28+188+204=420 (55% of max value = 765). Red value is 28 (11.33% from 255 or 6.67% from 420); Green value is 188 (73.83% from 255 or 44.76% from 420); Blue value is 204 (80.08% from 255 or 48.57% from 420); Max value from RGB is 204 - color contains mainly: blue. Hex color #1CBCCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CBCCC is #E34333. Grayscale: #8D8D8D. Windows color (decimal): -14893876 or 13417500. OLE color: 13417500.
HSL color Cylindrical-coordinate representation of color #1CBCCC: hue angle of 185.45º 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 #1CBCCC is Cyan = 0.86, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 28 | 188 | 204 | - |
| CMYK | 0.86 | 0.08 | 0 | 0.2 |
| HSL | 185.45º | 0.76% | 0.45% | - |
| HSV(B) | 185.45º | 0.86% | 0.8% | - |
| XYZ | 29.36 | 40.57 | 63.41 | - |
| YUV | 141.98 | 162.99 | 46.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 188 | 204 | 0.86 | 0.08 | 0 | 0.2 | 185.45 | 0.76 | 0.45 |
| Hex | 1C | BC | CC | 56 | 8 | 0 | 14 | B9 | 4C | 2D |
| Octal | 34 | 274 | 314 | 126 | 10 | 0 | 24 | 271 | 114 | 55 |
| Binary | 11100 | 10111100 | 11001100 | 1010110 | 1000 | 0 | 10100 | 10111001 | 1001100 | 101101 |
Color Harmonies of #1CBCCC
Complementary color
Monochromatic Colors of #1CBCCC
Black with #1CBCCC
Text Example
Text Example
White with #1CBCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBCCC; }
p { color: rgb(28,188,204); }
H1.HeaderClassName
{
color: #1CBCCC;
}
.AnyTagClassName
{
color: #1CBCCC;
}
</style>
background-color css
<style>
a { background-color: #1CBCCC; }
a { background-color: rgb(28,188,204); }
div.DivClassName
{
background-color: #1CBCCC;
}
.BgClassName
{
background-color: #1CBCCC;
}
</style>
border-color css
<style>
span { border-color: #1CBCCC; }
span { border-color: rgb(28,188,204); }
td.TdClassName
{
border-color: #1CBCCC;
}
.TagClassName
{
border-color: #1CBCCC;
}
</style>