Shades of Iris Blue #1CB9CE
Tints of Iris Blue #1CB9CE
RGB
CMYK
RGB Variations
Color information
#1CB9CE (or 0x1CB9CE) is known color: Iris Blue. HEX triplet: 1C, B9 and CE. RGB value is (28,185,206). Sum of RGB (Red+Green+Blue) = 28+185+206=419 (55% of max value = 765). Red value is 28 (11.33% from 255 or 6.68% from 419); Green value is 185 (72.66% from 255 or 44.15% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 206 - color contains mainly: blue. Hex color #1CB9CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CB9CE is #E34631. Grayscale: #8C8C8C. Windows color (decimal): -14894642 or 13547804. OLE color: 13547804.
HSL color Cylindrical-coordinate representation of color #1CB9CE: hue angle of 187.08º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CB9CE is Cyan = 0.86, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 28 | 185 | 206 | - |
| CMYK | 0.86 | 0.10 | 0 | 0.19 |
| HSL | 187.08º | 0.76% | 0.46% | - |
| HSV(B) | 187.08º | 0.86% | 0.81% | - |
| XYZ | 28.97 | 39.4 | 64.47 | - |
| YUV | 140.45 | 164.99 | 47.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 185 | 206 | 0.86 | 0.10 | 0 | 0.19 | 187.08 | 0.76 | 0.46 |
| Hex | 1C | B9 | CE | 56 | A | 0 | 13 | BB | 4C | 2E |
| Octal | 34 | 271 | 316 | 126 | 12 | 0 | 23 | 273 | 114 | 56 |
| Binary | 11100 | 10111001 | 11001110 | 1010110 | 1010 | 0 | 10011 | 10111011 | 1001100 | 101110 |
Color Harmonies of #1CB9CE
Complementary color
Monochromatic Colors of #1CB9CE
Black with #1CB9CE
Text Example
Text Example
White with #1CB9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB9CE; }
p { color: rgb(28,185,206); }
H1.HeaderClassName
{
color: #1CB9CE;
}
.AnyTagClassName
{
color: #1CB9CE;
}
</style>
background-color css
<style>
a { background-color: #1CB9CE; }
a { background-color: rgb(28,185,206); }
div.DivClassName
{
background-color: #1CB9CE;
}
.BgClassName
{
background-color: #1CB9CE;
}
</style>
border-color css
<style>
span { border-color: #1CB9CE; }
span { border-color: rgb(28,185,206); }
td.TdClassName
{
border-color: #1CB9CE;
}
.TagClassName
{
border-color: #1CB9CE;
}
</style>