Shades of Iris Blue #1CACCD
Tints of Iris Blue #1CACCD
RGB
CMYK
RGB Variations
Color information
#1CACCD (or 0x1CACCD) is known color: Iris Blue. HEX triplet: 1C, AC and CD. RGB value is (28,172,205). Sum of RGB (Red+Green+Blue) = 28+172+205=405 (53% of max value = 765). Red value is 28 (11.33% from 255 or 6.91% from 405); Green value is 172 (67.58% from 255 or 42.47% from 405); Blue value is 205 (80.47% from 255 or 50.62% from 405); Max value from RGB is 205 - color contains mainly: blue. Hex color #1CACCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CACCD is #E35332. Grayscale: #848484. Windows color (decimal): -14897971 or 13478940. OLE color: 13478940.
HSL color Cylindrical-coordinate representation of color #1CACCD: hue angle of 191.19º 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 #1CACCD is Cyan = 0.86, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 28 | 172 | 205 | - |
| CMYK | 0.86 | 0.16 | 0 | 0.20 |
| HSL | 191.19º | 0.76% | 0.46% | - |
| HSV(B) | 191.19º | 0.86% | 0.8% | - |
| XYZ | 26.25 | 34.16 | 62.97 | - |
| YUV | 132.71 | 168.79 | 53.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 172 | 205 | 0.86 | 0.16 | 0 | 0.20 | 191.19 | 0.76 | 0.46 |
| Hex | 1C | AC | CD | 56 | 10 | 0 | 14 | BF | 4C | 2E |
| Octal | 34 | 254 | 315 | 126 | 20 | 0 | 24 | 277 | 114 | 56 |
| Binary | 11100 | 10101100 | 11001101 | 1010110 | 10000 | 0 | 10100 | 10111111 | 1001100 | 101110 |
Color Harmonies of #1CACCD
Complementary color
Monochromatic Colors of #1CACCD
Black with #1CACCD
Text Example
Text Example
White with #1CACCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CACCD; }
p { color: rgb(28,172,205); }
H1.HeaderClassName
{
color: #1CACCD;
}
.AnyTagClassName
{
color: #1CACCD;
}
</style>
background-color css
<style>
a { background-color: #1CACCD; }
a { background-color: rgb(28,172,205); }
div.DivClassName
{
background-color: #1CACCD;
}
.BgClassName
{
background-color: #1CACCD;
}
</style>
border-color css
<style>
span { border-color: #1CACCD; }
span { border-color: rgb(28,172,205); }
td.TdClassName
{
border-color: #1CACCD;
}
.TagClassName
{
border-color: #1CACCD;
}
</style>