Shades of Iris Blue #1BC0DC
Tints of Iris Blue #1BC0DC
RGB
CMYK
RGB Variations
Color information
#1BC0DC (or 0x1BC0DC) is known color: Iris Blue. HEX triplet: 1B, C0 and DC. RGB value is (27,192,220). Sum of RGB (Red+Green+Blue) = 27+192+220=439 (58% of max value = 765). Red value is 27 (10.94% from 255 or 6.15% from 439); Green value is 192 (75.39% from 255 or 43.74% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #1BC0DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BC0DC is #E43F23. Grayscale: #919191. Windows color (decimal): -14958372 or 14467099. OLE color: 14467099.
HSL color Cylindrical-coordinate representation of color #1BC0DC: hue angle of 188.7º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BC0DC is Cyan = 0.88, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 27 | 192 | 220 | - |
| CMYK | 0.88 | 0.13 | 0 | 0.14 |
| HSL | 188.7º | 0.78% | 0.48% | - |
| HSV(B) | 188.7º | 0.88% | 0.86% | - |
| XYZ | 32.22 | 43.1 | 74.33 | - |
| YUV | 145.86 | 169.84 | 43.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 192 | 220 | 0.88 | 0.13 | 0 | 0.14 | 188.7 | 0.78 | 0.48 |
| Hex | 1B | C0 | DC | 58 | D | 0 | E | BD | 4E | 30 |
| Octal | 33 | 300 | 334 | 130 | 15 | 0 | 16 | 275 | 116 | 60 |
| Binary | 11011 | 11000000 | 11011100 | 1011000 | 1101 | 0 | 1110 | 10111101 | 1001110 | 110000 |
Color Harmonies of #1BC0DC
Complementary color
Monochromatic Colors of #1BC0DC
Black with #1BC0DC
Text Example
Text Example
White with #1BC0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC0DC; }
p { color: rgb(27,192,220); }
H1.HeaderClassName
{
color: #1BC0DC;
}
.AnyTagClassName
{
color: #1BC0DC;
}
</style>
background-color css
<style>
a { background-color: #1BC0DC; }
a { background-color: rgb(27,192,220); }
div.DivClassName
{
background-color: #1BC0DC;
}
.BgClassName
{
background-color: #1BC0DC;
}
</style>
border-color css
<style>
span { border-color: #1BC0DC; }
span { border-color: rgb(27,192,220); }
td.TdClassName
{
border-color: #1BC0DC;
}
.TagClassName
{
border-color: #1BC0DC;
}
</style>