Shades of Iris Blue #1BBCCD
Tints of Iris Blue #1BBCCD
RGB
CMYK
RGB Variations
Color information
#1BBCCD (or 0x1BBCCD) is known color: Iris Blue. HEX triplet: 1B, BC and CD. RGB value is (27,188,205). Sum of RGB (Red+Green+Blue) = 27+188+205=420 (55% of max value = 765). Red value is 27 (10.94% from 255 or 6.43% from 420); Green value is 188 (73.83% from 255 or 44.76% from 420); Blue value is 205 (80.47% from 255 or 48.81% from 420); Max value from RGB is 205 - color contains mainly: blue. Hex color #1BBCCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BBCCD is #E44332. Grayscale: #8D8D8D. Windows color (decimal): -14959411 or 13483035. OLE color: 13483035.
HSL color Cylindrical-coordinate representation of color #1BBCCD: hue angle of 185.73º 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 #1BBCCD is Cyan = 0.87, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 27 | 188 | 205 | - |
| CMYK | 0.87 | 0.08 | 0 | 0.20 |
| HSL | 185.73º | 0.77% | 0.45% | - |
| HSV(B) | 185.73º | 0.87% | 0.8% | - |
| XYZ | 29.45 | 40.61 | 64.04 | - |
| YUV | 141.8 | 163.66 | 46.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 188 | 205 | 0.87 | 0.08 | 0 | 0.20 | 185.73 | 0.77 | 0.45 |
| Hex | 1B | BC | CD | 57 | 8 | 0 | 14 | BA | 4D | 2D |
| Octal | 33 | 274 | 315 | 127 | 10 | 0 | 24 | 272 | 115 | 55 |
| Binary | 11011 | 10111100 | 11001101 | 1010111 | 1000 | 0 | 10100 | 10111010 | 1001101 | 101101 |
Color Harmonies of #1BBCCD
Complementary color
Monochromatic Colors of #1BBCCD
Black with #1BBCCD
Text Example
Text Example
White with #1BBCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBCCD; }
p { color: rgb(27,188,205); }
H1.HeaderClassName
{
color: #1BBCCD;
}
.AnyTagClassName
{
color: #1BBCCD;
}
</style>
background-color css
<style>
a { background-color: #1BBCCD; }
a { background-color: rgb(27,188,205); }
div.DivClassName
{
background-color: #1BBCCD;
}
.BgClassName
{
background-color: #1BBCCD;
}
</style>
border-color css
<style>
span { border-color: #1BBCCD; }
span { border-color: rgb(27,188,205); }
td.TdClassName
{
border-color: #1BBCCD;
}
.TagClassName
{
border-color: #1BBCCD;
}
</style>