Shades of Iris Blue #1CBEC6
Tints of Iris Blue #1CBEC6
RGB
CMYK
RGB Variations
Color information
#1CBEC6 (or 0x1CBEC6) is known color: Iris Blue. HEX triplet: 1C, BE and C6. RGB value is (28,190,198). Sum of RGB (Red+Green+Blue) = 28+190+198=416 (55% of max value = 765). Red value is 28 (11.33% from 255 or 6.73% from 416); Green value is 190 (74.61% from 255 or 45.67% from 416); Blue value is 198 (77.73% from 255 or 47.60% from 416); Max value from RGB is 198 - color contains mainly: blue. Hex color #1CBEC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CBEC6 is #E34139. Grayscale: #8E8E8E. Windows color (decimal): -14893370 or 13024796. OLE color: 13024796.
HSL color Cylindrical-coordinate representation of color #1CBEC6: hue angle of 182.82º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CBEC6 is Cyan = 0.86, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 28 | 190 | 198 | - |
| CMYK | 0.86 | 0.04 | 0 | 0.22 |
| HSL | 182.82º | 0.75% | 0.44% | - |
| HSV(B) | 182.82º | 0.86% | 0.78% | - |
| XYZ | 29.09 | 41.15 | 59.84 | - |
| YUV | 142.47 | 159.33 | 46.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 190 | 198 | 0.86 | 0.04 | 0 | 0.22 | 182.82 | 0.75 | 0.44 |
| Hex | 1C | BE | C6 | 56 | 4 | 0 | 16 | B7 | 4B | 2C |
| Octal | 34 | 276 | 306 | 126 | 4 | 0 | 26 | 267 | 113 | 54 |
| Binary | 11100 | 10111110 | 11000110 | 1010110 | 100 | 0 | 10110 | 10110111 | 1001011 | 101100 |
Color Harmonies of #1CBEC6
Complementary color
Monochromatic Colors of #1CBEC6
Black with #1CBEC6
Text Example
Text Example
White with #1CBEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBEC6; }
p { color: rgb(28,190,198); }
H1.HeaderClassName
{
color: #1CBEC6;
}
.AnyTagClassName
{
color: #1CBEC6;
}
</style>
background-color css
<style>
a { background-color: #1CBEC6; }
a { background-color: rgb(28,190,198); }
div.DivClassName
{
background-color: #1CBEC6;
}
.BgClassName
{
background-color: #1CBEC6;
}
</style>
border-color css
<style>
span { border-color: #1CBEC6; }
span { border-color: rgb(28,190,198); }
td.TdClassName
{
border-color: #1CBEC6;
}
.TagClassName
{
border-color: #1CBEC6;
}
</style>