Shades of Iris Blue #1BC1CE
Tints of Iris Blue #1BC1CE
RGB
CMYK
RGB Variations
Color information
#1BC1CE (or 0x1BC1CE) is known color: Iris Blue. HEX triplet: 1B, C1 and CE. RGB value is (27,193,206). Sum of RGB (Red+Green+Blue) = 27+193+206=426 (56% of max value = 765). Red value is 27 (10.94% from 255 or 6.34% from 426); Green value is 193 (75.78% from 255 or 45.31% from 426); Blue value is 206 (80.86% from 255 or 48.36% from 426); Max value from RGB is 206 - color contains mainly: blue. Hex color #1BC1CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BC1CE is #E43E31. Grayscale: #909090. Windows color (decimal): -14958130 or 13549851. OLE color: 13549851.
HSL color Cylindrical-coordinate representation of color #1BC1CE: hue angle of 184.36º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BC1CE is Cyan = 0.87, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 27 | 193 | 206 | - |
| CMYK | 0.87 | 0.06 | 0 | 0.19 |
| HSL | 184.36º | 0.77% | 0.46% | - |
| HSV(B) | 184.36º | 0.87% | 0.81% | - |
| XYZ | 30.66 | 42.83 | 65.04 | - |
| YUV | 144.85 | 162.5 | 43.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 193 | 206 | 0.87 | 0.06 | 0 | 0.19 | 184.36 | 0.77 | 0.46 |
| Hex | 1B | C1 | CE | 57 | 6 | 0 | 13 | B8 | 4D | 2E |
| Octal | 33 | 301 | 316 | 127 | 6 | 0 | 23 | 270 | 115 | 56 |
| Binary | 11011 | 11000001 | 11001110 | 1010111 | 110 | 0 | 10011 | 10111000 | 1001101 | 101110 |
Color Harmonies of #1BC1CE
Complementary color
Monochromatic Colors of #1BC1CE
Black with #1BC1CE
Text Example
Text Example
White with #1BC1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC1CE; }
p { color: rgb(27,193,206); }
H1.HeaderClassName
{
color: #1BC1CE;
}
.AnyTagClassName
{
color: #1BC1CE;
}
</style>
background-color css
<style>
a { background-color: #1BC1CE; }
a { background-color: rgb(27,193,206); }
div.DivClassName
{
background-color: #1BC1CE;
}
.BgClassName
{
background-color: #1BC1CE;
}
</style>
border-color css
<style>
span { border-color: #1BC1CE; }
span { border-color: rgb(27,193,206); }
td.TdClassName
{
border-color: #1BC1CE;
}
.TagClassName
{
border-color: #1BC1CE;
}
</style>