Shades of Iris Blue #1BBFDB
Tints of Iris Blue #1BBFDB
RGB
CMYK
RGB Variations
Color information
#1BBFDB (or 0x1BBFDB) is known color: Iris Blue. HEX triplet: 1B, BF and DB. RGB value is (27,191,219). Sum of RGB (Red+Green+Blue) = 27+191+219=437 (57% of max value = 765). Red value is 27 (10.94% from 255 or 6.18% from 437); Green value is 191 (75% from 255 or 43.71% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #1BBFDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BBFDB is #E44024. Grayscale: #909090. Windows color (decimal): -14958629 or 14401307. OLE color: 14401307.
HSL color Cylindrical-coordinate representation of color #1BBFDB: hue angle of 188.75º 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 #1BBFDB is Cyan = 0.88, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 27 | 191 | 219 | - |
| CMYK | 0.88 | 0.13 | 0 | 0.14 |
| HSL | 188.75º | 0.78% | 0.48% | - |
| HSV(B) | 188.75º | 0.88% | 0.86% | - |
| XYZ | 31.87 | 42.61 | 73.56 | - |
| YUV | 145.16 | 169.67 | 43.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 191 | 219 | 0.88 | 0.13 | 0 | 0.14 | 188.75 | 0.78 | 0.48 |
| Hex | 1B | BF | DB | 58 | D | 0 | E | BD | 4E | 30 |
| Octal | 33 | 277 | 333 | 130 | 15 | 0 | 16 | 275 | 116 | 60 |
| Binary | 11011 | 10111111 | 11011011 | 1011000 | 1101 | 0 | 1110 | 10111101 | 1001110 | 110000 |
Color Harmonies of #1BBFDB
Complementary color
Monochromatic Colors of #1BBFDB
Black with #1BBFDB
Text Example
Text Example
White with #1BBFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBFDB; }
p { color: rgb(27,191,219); }
H1.HeaderClassName
{
color: #1BBFDB;
}
.AnyTagClassName
{
color: #1BBFDB;
}
</style>
background-color css
<style>
a { background-color: #1BBFDB; }
a { background-color: rgb(27,191,219); }
div.DivClassName
{
background-color: #1BBFDB;
}
.BgClassName
{
background-color: #1BBFDB;
}
</style>
border-color css
<style>
span { border-color: #1BBFDB; }
span { border-color: rgb(27,191,219); }
td.TdClassName
{
border-color: #1BBFDB;
}
.TagClassName
{
border-color: #1BBFDB;
}
</style>