Shades of Iris Blue #1CB1CE
Tints of Iris Blue #1CB1CE
RGB
CMYK
RGB Variations
Color information
#1CB1CE (or 0x1CB1CE) is known color: Iris Blue. HEX triplet: 1C, B1 and CE. RGB value is (28,177,206). Sum of RGB (Red+Green+Blue) = 28+177+206=411 (54% of max value = 765). Red value is 28 (11.33% from 255 or 6.81% from 411); Green value is 177 (69.53% from 255 or 43.07% from 411); Blue value is 206 (80.86% from 255 or 50.12% from 411); Max value from RGB is 206 - color contains mainly: blue. Hex color #1CB1CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CB1CE is #E34E31. Grayscale: #878787. Windows color (decimal): -14896690 or 13545756. OLE color: 13545756.
HSL color Cylindrical-coordinate representation of color #1CB1CE: hue angle of 189.78º 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 #1CB1CE is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 28 | 177 | 206 | - |
| CMYK | 0.86 | 0.14 | 0 | 0.19 |
| HSL | 189.78º | 0.76% | 0.46% | - |
| HSV(B) | 189.78º | 0.86% | 0.81% | - |
| XYZ | 27.34 | 36.15 | 63.93 | - |
| YUV | 135.76 | 167.64 | 51.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 177 | 206 | 0.86 | 0.14 | 0 | 0.19 | 189.78 | 0.76 | 0.46 |
| Hex | 1C | B1 | CE | 56 | E | 0 | 13 | BE | 4C | 2E |
| Octal | 34 | 261 | 316 | 126 | 16 | 0 | 23 | 276 | 114 | 56 |
| Binary | 11100 | 10110001 | 11001110 | 1010110 | 1110 | 0 | 10011 | 10111110 | 1001100 | 101110 |
Color Harmonies of #1CB1CE
Complementary color
Monochromatic Colors of #1CB1CE
Black with #1CB1CE
Text Example
Text Example
White with #1CB1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB1CE; }
p { color: rgb(28,177,206); }
H1.HeaderClassName
{
color: #1CB1CE;
}
.AnyTagClassName
{
color: #1CB1CE;
}
</style>
background-color css
<style>
a { background-color: #1CB1CE; }
a { background-color: rgb(28,177,206); }
div.DivClassName
{
background-color: #1CB1CE;
}
.BgClassName
{
background-color: #1CB1CE;
}
</style>
border-color css
<style>
span { border-color: #1CB1CE; }
span { border-color: rgb(28,177,206); }
td.TdClassName
{
border-color: #1CB1CE;
}
.TagClassName
{
border-color: #1CB1CE;
}
</style>