Shades of Iris Blue #1CBBCC
Tints of Iris Blue #1CBBCC
RGB
CMYK
RGB Variations
Color information
#1CBBCC (or 0x1CBBCC) is known color: Iris Blue. HEX triplet: 1C, BB and CC. RGB value is (28,187,204). Sum of RGB (Red+Green+Blue) = 28+187+204=419 (55% of max value = 765). Red value is 28 (11.33% from 255 or 6.68% from 419); Green value is 187 (73.44% from 255 or 44.63% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 204 - color contains mainly: blue. Hex color #1CBBCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CBBCC is #E34433. Grayscale: #8D8D8D. Windows color (decimal): -14894132 or 13417244. OLE color: 13417244.
HSL color Cylindrical-coordinate representation of color #1CBBCC: hue angle of 185.8º 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 #1CBBCC is Cyan = 0.86, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 28 | 187 | 204 | - |
| CMYK | 0.86 | 0.08 | 0 | 0.2 |
| HSL | 185.8º | 0.76% | 0.45% | - |
| HSV(B) | 185.8º | 0.86% | 0.8% | - |
| XYZ | 29.15 | 40.15 | 63.34 | - |
| YUV | 141.4 | 163.32 | 47.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 187 | 204 | 0.86 | 0.08 | 0 | 0.2 | 185.8 | 0.76 | 0.45 |
| Hex | 1C | BB | CC | 56 | 8 | 0 | 14 | BA | 4C | 2D |
| Octal | 34 | 273 | 314 | 126 | 10 | 0 | 24 | 272 | 114 | 55 |
| Binary | 11100 | 10111011 | 11001100 | 1010110 | 1000 | 0 | 10100 | 10111010 | 1001100 | 101101 |
Color Harmonies of #1CBBCC
Complementary color
Monochromatic Colors of #1CBBCC
Black with #1CBBCC
Text Example
Text Example
White with #1CBBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBBCC; }
p { color: rgb(28,187,204); }
H1.HeaderClassName
{
color: #1CBBCC;
}
.AnyTagClassName
{
color: #1CBBCC;
}
</style>
background-color css
<style>
a { background-color: #1CBBCC; }
a { background-color: rgb(28,187,204); }
div.DivClassName
{
background-color: #1CBBCC;
}
.BgClassName
{
background-color: #1CBBCC;
}
</style>
border-color css
<style>
span { border-color: #1CBBCC; }
span { border-color: rgb(28,187,204); }
td.TdClassName
{
border-color: #1CBBCC;
}
.TagClassName
{
border-color: #1CBBCC;
}
</style>