Shades of Iris Blue #1BC0CD
Tints of Iris Blue #1BC0CD
RGB
CMYK
RGB Variations
Color information
#1BC0CD (or 0x1BC0CD) is known color: Iris Blue. HEX triplet: 1B, C0 and CD. RGB value is (27,192,205). Sum of RGB (Red+Green+Blue) = 27+192+205=424 (56% of max value = 765). Red value is 27 (10.94% from 255 or 6.37% from 424); Green value is 192 (75.39% from 255 or 45.28% from 424); Blue value is 205 (80.47% from 255 or 48.35% from 424); Max value from RGB is 205 - color contains mainly: blue. Hex color #1BC0CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BC0CD is #E43F32. Grayscale: #8F8F8F. Windows color (decimal): -14958387 or 13484059. OLE color: 13484059.
HSL color Cylindrical-coordinate representation of color #1BC0CD: hue angle of 184.38º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BC0CD is Cyan = 0.87, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 27 | 192 | 205 | - |
| CMYK | 0.87 | 0.06 | 0 | 0.20 |
| HSL | 184.38º | 0.77% | 0.45% | - |
| HSV(B) | 184.38º | 0.87% | 0.8% | - |
| XYZ | 30.32 | 42.34 | 64.33 | - |
| YUV | 144.15 | 162.34 | 44.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 192 | 205 | 0.87 | 0.06 | 0 | 0.20 | 184.38 | 0.77 | 0.45 |
| Hex | 1B | C0 | CD | 57 | 6 | 0 | 14 | B8 | 4D | 2D |
| Octal | 33 | 300 | 315 | 127 | 6 | 0 | 24 | 270 | 115 | 55 |
| Binary | 11011 | 11000000 | 11001101 | 1010111 | 110 | 0 | 10100 | 10111000 | 1001101 | 101101 |
Color Harmonies of #1BC0CD
Complementary color
Monochromatic Colors of #1BC0CD
Black with #1BC0CD
Text Example
Text Example
White with #1BC0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC0CD; }
p { color: rgb(27,192,205); }
H1.HeaderClassName
{
color: #1BC0CD;
}
.AnyTagClassName
{
color: #1BC0CD;
}
</style>
background-color css
<style>
a { background-color: #1BC0CD; }
a { background-color: rgb(27,192,205); }
div.DivClassName
{
background-color: #1BC0CD;
}
.BgClassName
{
background-color: #1BC0CD;
}
</style>
border-color css
<style>
span { border-color: #1BC0CD; }
span { border-color: rgb(27,192,205); }
td.TdClassName
{
border-color: #1BC0CD;
}
.TagClassName
{
border-color: #1BC0CD;
}
</style>