Shades of Iris Blue #1BB4CF
Tints of Iris Blue #1BB4CF
RGB
CMYK
RGB Variations
Color information
#1BB4CF (or 0x1BB4CF) is known color: Iris Blue. HEX triplet: 1B, B4 and CF. RGB value is (27,180,207). Sum of RGB (Red+Green+Blue) = 27+180+207=414 (54% of max value = 765). Red value is 27 (10.94% from 255 or 6.52% from 414); Green value is 180 (70.70% from 255 or 43.48% from 414); Blue value is 207 (81.25% from 255 or 50% from 414); Max value from RGB is 207 - color contains mainly: blue. Hex color #1BB4CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BB4CF is #E44B30. Grayscale: #898989. Windows color (decimal): -14961457 or 13612059. OLE color: 13612059.
HSL color Cylindrical-coordinate representation of color #1BB4CF: hue angle of 189º 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 #1BB4CF is Cyan = 0.87, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 27 | 180 | 207 | - |
| CMYK | 0.87 | 0.13 | 0 | 0.19 |
| HSL | 189º | 0.77% | 0.46% | - |
| HSV(B) | 189º | 0.87% | 0.81% | - |
| XYZ | 28.04 | 37.38 | 64.77 | - |
| YUV | 137.33 | 167.31 | 49.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 180 | 207 | 0.87 | 0.13 | 0 | 0.19 | 189 | 0.77 | 0.46 |
| Hex | 1B | B4 | CF | 57 | D | 0 | 13 | BD | 4D | 2E |
| Octal | 33 | 264 | 317 | 127 | 15 | 0 | 23 | 275 | 115 | 56 |
| Binary | 11011 | 10110100 | 11001111 | 1010111 | 1101 | 0 | 10011 | 10111101 | 1001101 | 101110 |
Color Harmonies of #1BB4CF
Complementary color
Monochromatic Colors of #1BB4CF
Black with #1BB4CF
Text Example
Text Example
White with #1BB4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BB4CF; }
p { color: rgb(27,180,207); }
H1.HeaderClassName
{
color: #1BB4CF;
}
.AnyTagClassName
{
color: #1BB4CF;
}
</style>
background-color css
<style>
a { background-color: #1BB4CF; }
a { background-color: rgb(27,180,207); }
div.DivClassName
{
background-color: #1BB4CF;
}
.BgClassName
{
background-color: #1BB4CF;
}
</style>
border-color css
<style>
span { border-color: #1BB4CF; }
span { border-color: rgb(27,180,207); }
td.TdClassName
{
border-color: #1BB4CF;
}
.TagClassName
{
border-color: #1BB4CF;
}
</style>