Shades of Iris Blue #1CBACB
Tints of Iris Blue #1CBACB
RGB
CMYK
RGB Variations
Color information
#1CBACB (or 0x1CBACB) is known color: Iris Blue. HEX triplet: 1C, BA and CB. RGB value is (28,186,203). Sum of RGB (Red+Green+Blue) = 28+186+203=417 (55% of max value = 765). Red value is 28 (11.33% from 255 or 6.71% from 417); Green value is 186 (73.05% from 255 or 44.60% from 417); Blue value is 203 (79.69% from 255 or 48.68% from 417); Max value from RGB is 203 - color contains mainly: blue. Hex color #1CBACB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CBACB is #E34534. Grayscale: #8C8C8C. Windows color (decimal): -14894389 or 13351452. OLE color: 13351452.
HSL color Cylindrical-coordinate representation of color #1CBACB: hue angle of 185.83º 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 #1CBACB is Cyan = 0.86, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 28 | 186 | 203 | - |
| CMYK | 0.86 | 0.08 | 0 | 0.20 |
| HSL | 185.83º | 0.76% | 0.45% | - |
| HSV(B) | 185.83º | 0.86% | 0.8% | - |
| XYZ | 28.82 | 39.68 | 62.64 | - |
| YUV | 140.7 | 163.15 | 47.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 186 | 203 | 0.86 | 0.08 | 0 | 0.20 | 185.83 | 0.76 | 0.45 |
| Hex | 1C | BA | CB | 56 | 8 | 0 | 14 | BA | 4C | 2D |
| Octal | 34 | 272 | 313 | 126 | 10 | 0 | 24 | 272 | 114 | 55 |
| Binary | 11100 | 10111010 | 11001011 | 1010110 | 1000 | 0 | 10100 | 10111010 | 1001100 | 101101 |
Color Harmonies of #1CBACB
Complementary color
Monochromatic Colors of #1CBACB
Black with #1CBACB
Text Example
Text Example
White with #1CBACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBACB; }
p { color: rgb(28,186,203); }
H1.HeaderClassName
{
color: #1CBACB;
}
.AnyTagClassName
{
color: #1CBACB;
}
</style>
background-color css
<style>
a { background-color: #1CBACB; }
a { background-color: rgb(28,186,203); }
div.DivClassName
{
background-color: #1CBACB;
}
.BgClassName
{
background-color: #1CBACB;
}
</style>
border-color css
<style>
span { border-color: #1CBACB; }
span { border-color: rgb(28,186,203); }
td.TdClassName
{
border-color: #1CBACB;
}
.TagClassName
{
border-color: #1CBACB;
}
</style>