Shades of Iris Blue #1CBECC
Tints of Iris Blue #1CBECC
RGB
CMYK
RGB Variations
Color information
#1CBECC (or 0x1CBECC) is known color: Iris Blue. HEX triplet: 1C, BE and CC. RGB value is (28,190,204). Sum of RGB (Red+Green+Blue) = 28+190+204=422 (55% of max value = 765). Red value is 28 (11.33% from 255 or 6.64% from 422); Green value is 190 (74.61% from 255 or 45.02% from 422); Blue value is 204 (80.08% from 255 or 48.34% from 422); Max value from RGB is 204 - color contains mainly: blue. Hex color #1CBECC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CBECC is #E34133. Grayscale: #8E8E8E. Windows color (decimal): -14893364 or 13418012. OLE color: 13418012.
HSL color Cylindrical-coordinate representation of color #1CBECC: hue angle of 184.77º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CBECC is Cyan = 0.86, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 28 | 190 | 204 | - |
| CMYK | 0.86 | 0.07 | 0 | 0.2 |
| HSL | 184.77º | 0.76% | 0.45% | - |
| HSV(B) | 184.77º | 0.86% | 0.8% | - |
| XYZ | 29.79 | 41.43 | 63.55 | - |
| YUV | 143.16 | 162.33 | 45.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 190 | 204 | 0.86 | 0.07 | 0 | 0.2 | 184.77 | 0.76 | 0.45 |
| Hex | 1C | BE | CC | 56 | 7 | 0 | 14 | B9 | 4C | 2D |
| Octal | 34 | 276 | 314 | 126 | 7 | 0 | 24 | 271 | 114 | 55 |
| Binary | 11100 | 10111110 | 11001100 | 1010110 | 111 | 0 | 10100 | 10111001 | 1001100 | 101101 |
Color Harmonies of #1CBECC
Complementary color
Monochromatic Colors of #1CBECC
Black with #1CBECC
Text Example
Text Example
White with #1CBECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBECC; }
p { color: rgb(28,190,204); }
H1.HeaderClassName
{
color: #1CBECC;
}
.AnyTagClassName
{
color: #1CBECC;
}
</style>
background-color css
<style>
a { background-color: #1CBECC; }
a { background-color: rgb(28,190,204); }
div.DivClassName
{
background-color: #1CBECC;
}
.BgClassName
{
background-color: #1CBECC;
}
</style>
border-color css
<style>
span { border-color: #1CBECC; }
span { border-color: rgb(28,190,204); }
td.TdClassName
{
border-color: #1CBECC;
}
.TagClassName
{
border-color: #1CBECC;
}
</style>