Shades of Iris Blue #1CBEC3
Tints of Iris Blue #1CBEC3
RGB
CMYK
RGB Variations
Color information
#1CBEC3 (or 0x1CBEC3) is known color: Iris Blue. HEX triplet: 1C, BE and C3. RGB value is (28,190,195). Sum of RGB (Red+Green+Blue) = 28+190+195=413 (54% of max value = 765). Red value is 28 (11.33% from 255 or 6.78% from 413); Green value is 190 (74.61% from 255 or 46.00% from 413); Blue value is 195 (76.56% from 255 or 47.22% from 413); Max value from RGB is 195 - color contains mainly: blue. Hex color #1CBEC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CBEC3 is #E3413C. Grayscale: #8D8D8D. Windows color (decimal): -14893373 or 12828188. OLE color: 12828188.
HSL color Cylindrical-coordinate representation of color #1CBEC3: hue angle of 181.8º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CBEC3 is Cyan = 0.86, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 28 | 190 | 195 | - |
| CMYK | 0.86 | 0.03 | 0 | 0.24 |
| HSL | 181.8º | 0.75% | 0.44% | - |
| HSV(B) | 181.8º | 0.86% | 0.76% | - |
| XYZ | 28.74 | 41.01 | 58.03 | - |
| YUV | 142.13 | 157.83 | 46.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 190 | 195 | 0.86 | 0.03 | 0 | 0.24 | 181.8 | 0.75 | 0.44 |
| Hex | 1C | BE | C3 | 56 | 3 | 0 | 18 | B6 | 4B | 2C |
| Octal | 34 | 276 | 303 | 126 | 3 | 0 | 30 | 266 | 113 | 54 |
| Binary | 11100 | 10111110 | 11000011 | 1010110 | 11 | 0 | 11000 | 10110110 | 1001011 | 101100 |
Color Harmonies of #1CBEC3
Complementary color
Monochromatic Colors of #1CBEC3
Black with #1CBEC3
Text Example
Text Example
White with #1CBEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBEC3; }
p { color: rgb(28,190,195); }
H1.HeaderClassName
{
color: #1CBEC3;
}
.AnyTagClassName
{
color: #1CBEC3;
}
</style>
background-color css
<style>
a { background-color: #1CBEC3; }
a { background-color: rgb(28,190,195); }
div.DivClassName
{
background-color: #1CBEC3;
}
.BgClassName
{
background-color: #1CBEC3;
}
</style>
border-color css
<style>
span { border-color: #1CBEC3; }
span { border-color: rgb(28,190,195); }
td.TdClassName
{
border-color: #1CBEC3;
}
.TagClassName
{
border-color: #1CBEC3;
}
</style>