Shades of Iris Blue #1CBACD
Tints of Iris Blue #1CBACD
RGB
CMYK
RGB Variations
Color information
#1CBACD (or 0x1CBACD) is known color: Iris Blue. HEX triplet: 1C, BA and CD. RGB value is (28,186,205). Sum of RGB (Red+Green+Blue) = 28+186+205=419 (55% of max value = 765). Red value is 28 (11.33% from 255 or 6.68% from 419); Green value is 186 (73.05% from 255 or 44.39% from 419); Blue value is 205 (80.47% from 255 or 48.93% from 419); Max value from RGB is 205 - color contains mainly: blue. Hex color #1CBACD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CBACD is #E34532. Grayscale: #8C8C8C. Windows color (decimal): -14894387 or 13482524. OLE color: 13482524.
HSL color Cylindrical-coordinate representation of color #1CBACD: hue angle of 186.44º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CBACD is Cyan = 0.86, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 28 | 186 | 205 | - |
| CMYK | 0.86 | 0.09 | 0 | 0.20 |
| HSL | 186.44º | 0.76% | 0.46% | - |
| HSV(B) | 186.44º | 0.86% | 0.8% | - |
| XYZ | 29.06 | 39.77 | 63.9 | - |
| YUV | 140.92 | 164.15 | 47.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 186 | 205 | 0.86 | 0.09 | 0 | 0.20 | 186.44 | 0.76 | 0.46 |
| Hex | 1C | BA | CD | 56 | 9 | 0 | 14 | BA | 4C | 2E |
| Octal | 34 | 272 | 315 | 126 | 11 | 0 | 24 | 272 | 114 | 56 |
| Binary | 11100 | 10111010 | 11001101 | 1010110 | 1001 | 0 | 10100 | 10111010 | 1001100 | 101110 |
Color Harmonies of #1CBACD
Complementary color
Monochromatic Colors of #1CBACD
Black with #1CBACD
Text Example
Text Example
White with #1CBACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBACD; }
p { color: rgb(28,186,205); }
H1.HeaderClassName
{
color: #1CBACD;
}
.AnyTagClassName
{
color: #1CBACD;
}
</style>
background-color css
<style>
a { background-color: #1CBACD; }
a { background-color: rgb(28,186,205); }
div.DivClassName
{
background-color: #1CBACD;
}
.BgClassName
{
background-color: #1CBACD;
}
</style>
border-color css
<style>
span { border-color: #1CBACD; }
span { border-color: rgb(28,186,205); }
td.TdClassName
{
border-color: #1CBACD;
}
.TagClassName
{
border-color: #1CBACD;
}
</style>