Shades of Iris Blue #1BBDCF
Tints of Iris Blue #1BBDCF
RGB
CMYK
RGB Variations
Color information
#1BBDCF (or 0x1BBDCF) is known color: Iris Blue. HEX triplet: 1B, BD and CF. RGB value is (27,189,207). Sum of RGB (Red+Green+Blue) = 27+189+207=423 (56% of max value = 765). Red value is 27 (10.94% from 255 or 6.38% from 423); Green value is 189 (74.22% from 255 or 44.68% from 423); Blue value is 207 (81.25% from 255 or 48.94% from 423); Max value from RGB is 207 - color contains mainly: blue. Hex color #1BBDCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BBDCF is #E44230. Grayscale: #8E8E8E. Windows color (decimal): -14959153 or 13614363. OLE color: 13614363.
HSL color Cylindrical-coordinate representation of color #1BBDCF: hue angle of 186º 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 #1BBDCF is Cyan = 0.87, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 27 | 189 | 207 | - |
| CMYK | 0.87 | 0.09 | 0 | 0.19 |
| HSL | 186º | 0.77% | 0.46% | - |
| HSV(B) | 186º | 0.87% | 0.81% | - |
| XYZ | 29.91 | 41.13 | 65.39 | - |
| YUV | 142.61 | 164.33 | 45.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 189 | 207 | 0.87 | 0.09 | 0 | 0.19 | 186 | 0.77 | 0.46 |
| Hex | 1B | BD | CF | 57 | 9 | 0 | 13 | BA | 4D | 2E |
| Octal | 33 | 275 | 317 | 127 | 11 | 0 | 23 | 272 | 115 | 56 |
| Binary | 11011 | 10111101 | 11001111 | 1010111 | 1001 | 0 | 10011 | 10111010 | 1001101 | 101110 |
Color Harmonies of #1BBDCF
Complementary color
Monochromatic Colors of #1BBDCF
Black with #1BBDCF
Text Example
Text Example
White with #1BBDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBDCF; }
p { color: rgb(27,189,207); }
H1.HeaderClassName
{
color: #1BBDCF;
}
.AnyTagClassName
{
color: #1BBDCF;
}
</style>
background-color css
<style>
a { background-color: #1BBDCF; }
a { background-color: rgb(27,189,207); }
div.DivClassName
{
background-color: #1BBDCF;
}
.BgClassName
{
background-color: #1BBDCF;
}
</style>
border-color css
<style>
span { border-color: #1BBDCF; }
span { border-color: rgb(27,189,207); }
td.TdClassName
{
border-color: #1BBDCF;
}
.TagClassName
{
border-color: #1BBDCF;
}
</style>