Shades of Iris Blue #1BBEDC
Tints of Iris Blue #1BBEDC
RGB
CMYK
RGB Variations
Color information
#1BBEDC (or 0x1BBEDC) is known color: Iris Blue. HEX triplet: 1B, BE and DC. RGB value is (27,190,220). Sum of RGB (Red+Green+Blue) = 27+190+220=437 (57% of max value = 765). Red value is 27 (10.94% from 255 or 6.18% from 437); Green value is 190 (74.61% from 255 or 43.48% from 437); Blue value is 220 (86.33% from 255 or 50.34% from 437); Max value from RGB is 220 - color contains mainly: blue. Hex color #1BBEDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BBEDC is #E44123. Grayscale: #909090. Windows color (decimal): -14958884 or 14466587. OLE color: 14466587.
HSL color Cylindrical-coordinate representation of color #1BBEDC: hue angle of 189.33º 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 #1BBEDC is Cyan = 0.88, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 27 | 190 | 220 | - |
| CMYK | 0.88 | 0.14 | 0 | 0.14 |
| HSL | 189.33º | 0.78% | 0.48% | - |
| HSV(B) | 189.33º | 0.88% | 0.86% | - |
| XYZ | 31.78 | 42.23 | 74.19 | - |
| YUV | 144.68 | 170.5 | 44.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 190 | 220 | 0.88 | 0.14 | 0 | 0.14 | 189.33 | 0.78 | 0.48 |
| Hex | 1B | BE | DC | 58 | E | 0 | E | BD | 4E | 30 |
| Octal | 33 | 276 | 334 | 130 | 16 | 0 | 16 | 275 | 116 | 60 |
| Binary | 11011 | 10111110 | 11011100 | 1011000 | 1110 | 0 | 1110 | 10111101 | 1001110 | 110000 |
Color Harmonies of #1BBEDC
Complementary color
Monochromatic Colors of #1BBEDC
Black with #1BBEDC
Text Example
Text Example
White with #1BBEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBEDC; }
p { color: rgb(27,190,220); }
H1.HeaderClassName
{
color: #1BBEDC;
}
.AnyTagClassName
{
color: #1BBEDC;
}
</style>
background-color css
<style>
a { background-color: #1BBEDC; }
a { background-color: rgb(27,190,220); }
div.DivClassName
{
background-color: #1BBEDC;
}
.BgClassName
{
background-color: #1BBEDC;
}
</style>
border-color css
<style>
span { border-color: #1BBEDC; }
span { border-color: rgb(27,190,220); }
td.TdClassName
{
border-color: #1BBEDC;
}
.TagClassName
{
border-color: #1BBEDC;
}
</style>