Shades of Iris Blue #1BBCDC
Tints of Iris Blue #1BBCDC
RGB
CMYK
RGB Variations
Color information
#1BBCDC (or 0x1BBCDC) is known color: Iris Blue. HEX triplet: 1B, BC and DC. RGB value is (27,188,220). Sum of RGB (Red+Green+Blue) = 27+188+220=435 (57% of max value = 765). Red value is 27 (10.94% from 255 or 6.21% from 435); Green value is 188 (73.83% from 255 or 43.22% from 435); Blue value is 220 (86.33% from 255 or 50.57% from 435); Max value from RGB is 220 - color contains mainly: blue. Hex color #1BBCDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BBCDC is #E44323. Grayscale: #8F8F8F. Windows color (decimal): -14959396 or 14466075. OLE color: 14466075.
HSL color Cylindrical-coordinate representation of color #1BBCDC: hue angle of 189.95º 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 #1BBCDC is Cyan = 0.88, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 27 | 188 | 220 | - |
| CMYK | 0.88 | 0.15 | 0 | 0.14 |
| HSL | 189.95º | 0.78% | 0.48% | - |
| HSV(B) | 189.95º | 0.88% | 0.86% | - |
| XYZ | 31.35 | 41.37 | 74.04 | - |
| YUV | 143.51 | 171.16 | 44.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 188 | 220 | 0.88 | 0.15 | 0 | 0.14 | 189.95 | 0.78 | 0.48 |
| Hex | 1B | BC | DC | 58 | F | 0 | E | BE | 4E | 30 |
| Octal | 33 | 274 | 334 | 130 | 17 | 0 | 16 | 276 | 116 | 60 |
| Binary | 11011 | 10111100 | 11011100 | 1011000 | 1111 | 0 | 1110 | 10111110 | 1001110 | 110000 |
Color Harmonies of #1BBCDC
Complementary color
Monochromatic Colors of #1BBCDC
Black with #1BBCDC
Text Example
Text Example
White with #1BBCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBCDC; }
p { color: rgb(27,188,220); }
H1.HeaderClassName
{
color: #1BBCDC;
}
.AnyTagClassName
{
color: #1BBCDC;
}
</style>
background-color css
<style>
a { background-color: #1BBCDC; }
a { background-color: rgb(27,188,220); }
div.DivClassName
{
background-color: #1BBCDC;
}
.BgClassName
{
background-color: #1BBCDC;
}
</style>
border-color css
<style>
span { border-color: #1BBCDC; }
span { border-color: rgb(27,188,220); }
td.TdClassName
{
border-color: #1BBCDC;
}
.TagClassName
{
border-color: #1BBCDC;
}
</style>