Shades of Iris Blue #1BB9CF
Tints of Iris Blue #1BB9CF
RGB
CMYK
RGB Variations
Color information
#1BB9CF (or 0x1BB9CF) is known color: Iris Blue. HEX triplet: 1B, B9 and CF. RGB value is (27,185,207). Sum of RGB (Red+Green+Blue) = 27+185+207=419 (55% of max value = 765). Red value is 27 (10.94% from 255 or 6.44% from 419); Green value is 185 (72.66% from 255 or 44.15% from 419); Blue value is 207 (81.25% from 255 or 49.40% from 419); Max value from RGB is 207 - color contains mainly: blue. Hex color #1BB9CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BB9CF is #E44630. Grayscale: #8C8C8C. Windows color (decimal): -14960177 or 13613339. OLE color: 13613339.
HSL color Cylindrical-coordinate representation of color #1BB9CF: hue angle of 187.33º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BB9CF is Cyan = 0.87, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 27 | 185 | 207 | - |
| CMYK | 0.87 | 0.11 | 0 | 0.19 |
| HSL | 187.33º | 0.77% | 0.46% | - |
| HSV(B) | 187.33º | 0.87% | 0.81% | - |
| XYZ | 29.06 | 39.44 | 65.11 | - |
| YUV | 140.27 | 165.65 | 47.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 185 | 207 | 0.87 | 0.11 | 0 | 0.19 | 187.33 | 0.77 | 0.46 |
| Hex | 1B | B9 | CF | 57 | B | 0 | 13 | BB | 4D | 2E |
| Octal | 33 | 271 | 317 | 127 | 13 | 0 | 23 | 273 | 115 | 56 |
| Binary | 11011 | 10111001 | 11001111 | 1010111 | 1011 | 0 | 10011 | 10111011 | 1001101 | 101110 |
Color Harmonies of #1BB9CF
Complementary color
Monochromatic Colors of #1BB9CF
Black with #1BB9CF
Text Example
Text Example
White with #1BB9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BB9CF; }
p { color: rgb(27,185,207); }
H1.HeaderClassName
{
color: #1BB9CF;
}
.AnyTagClassName
{
color: #1BB9CF;
}
</style>
background-color css
<style>
a { background-color: #1BB9CF; }
a { background-color: rgb(27,185,207); }
div.DivClassName
{
background-color: #1BB9CF;
}
.BgClassName
{
background-color: #1BB9CF;
}
</style>
border-color css
<style>
span { border-color: #1BB9CF; }
span { border-color: rgb(27,185,207); }
td.TdClassName
{
border-color: #1BB9CF;
}
.TagClassName
{
border-color: #1BB9CF;
}
</style>