Shades of Iris Blue #1BC0CE
Tints of Iris Blue #1BC0CE
RGB
CMYK
RGB Variations
Color information
#1BC0CE (or 0x1BC0CE) is known color: Iris Blue. HEX triplet: 1B, C0 and CE. RGB value is (27,192,206). Sum of RGB (Red+Green+Blue) = 27+192+206=425 (56% of max value = 765). Red value is 27 (10.94% from 255 or 6.35% from 425); Green value is 192 (75.39% from 255 or 45.18% from 425); Blue value is 206 (80.86% from 255 or 48.47% from 425); Max value from RGB is 206 - color contains mainly: blue. Hex color #1BC0CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BC0CE is #E43F31. Grayscale: #909090. Windows color (decimal): -14958386 or 13549595. OLE color: 13549595.
HSL color Cylindrical-coordinate representation of color #1BC0CE: hue angle of 184.69º 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 #1BC0CE is Cyan = 0.87, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 27 | 192 | 206 | - |
| CMYK | 0.87 | 0.07 | 0 | 0.19 |
| HSL | 184.69º | 0.77% | 0.46% | - |
| HSV(B) | 184.69º | 0.87% | 0.81% | - |
| XYZ | 30.44 | 42.39 | 64.97 | - |
| YUV | 144.26 | 162.84 | 44.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 192 | 206 | 0.87 | 0.07 | 0 | 0.19 | 184.69 | 0.77 | 0.46 |
| Hex | 1B | C0 | CE | 57 | 7 | 0 | 13 | B9 | 4D | 2E |
| Octal | 33 | 300 | 316 | 127 | 7 | 0 | 23 | 271 | 115 | 56 |
| Binary | 11011 | 11000000 | 11001110 | 1010111 | 111 | 0 | 10011 | 10111001 | 1001101 | 101110 |
Color Harmonies of #1BC0CE
Complementary color
Monochromatic Colors of #1BC0CE
Black with #1BC0CE
Text Example
Text Example
White with #1BC0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC0CE; }
p { color: rgb(27,192,206); }
H1.HeaderClassName
{
color: #1BC0CE;
}
.AnyTagClassName
{
color: #1BC0CE;
}
</style>
background-color css
<style>
a { background-color: #1BC0CE; }
a { background-color: rgb(27,192,206); }
div.DivClassName
{
background-color: #1BC0CE;
}
.BgClassName
{
background-color: #1BC0CE;
}
</style>
border-color css
<style>
span { border-color: #1BC0CE; }
span { border-color: rgb(27,192,206); }
td.TdClassName
{
border-color: #1BC0CE;
}
.TagClassName
{
border-color: #1BC0CE;
}
</style>