Shades of Iris Blue #1BBCCF
Tints of Iris Blue #1BBCCF
RGB
CMYK
RGB Variations
Color information
#1BBCCF (or 0x1BBCCF) is known color: Iris Blue. HEX triplet: 1B, BC and CF. RGB value is (27,188,207). Sum of RGB (Red+Green+Blue) = 27+188+207=422 (55% of max value = 765). Red value is 27 (10.94% from 255 or 6.40% from 422); Green value is 188 (73.83% from 255 or 44.55% from 422); Blue value is 207 (81.25% from 255 or 49.05% from 422); Max value from RGB is 207 - color contains mainly: blue. Hex color #1BBCCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BBCCF is #E44330. Grayscale: #8D8D8D. Windows color (decimal): -14959409 or 13614107. OLE color: 13614107.
HSL color Cylindrical-coordinate representation of color #1BBCCF: hue angle of 186.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 #1BBCCF is Cyan = 0.87, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 27 | 188 | 207 | - |
| CMYK | 0.87 | 0.09 | 0 | 0.19 |
| HSL | 186.33º | 0.77% | 0.46% | - |
| HSV(B) | 186.33º | 0.87% | 0.81% | - |
| XYZ | 29.7 | 40.7 | 65.32 | - |
| YUV | 142.03 | 164.66 | 45.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 188 | 207 | 0.87 | 0.09 | 0 | 0.19 | 186.33 | 0.77 | 0.46 |
| Hex | 1B | BC | CF | 57 | 9 | 0 | 13 | BA | 4D | 2E |
| Octal | 33 | 274 | 317 | 127 | 11 | 0 | 23 | 272 | 115 | 56 |
| Binary | 11011 | 10111100 | 11001111 | 1010111 | 1001 | 0 | 10011 | 10111010 | 1001101 | 101110 |
Color Harmonies of #1BBCCF
Complementary color
Monochromatic Colors of #1BBCCF
Black with #1BBCCF
Text Example
Text Example
White with #1BBCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBCCF; }
p { color: rgb(27,188,207); }
H1.HeaderClassName
{
color: #1BBCCF;
}
.AnyTagClassName
{
color: #1BBCCF;
}
</style>
background-color css
<style>
a { background-color: #1BBCCF; }
a { background-color: rgb(27,188,207); }
div.DivClassName
{
background-color: #1BBCCF;
}
.BgClassName
{
background-color: #1BBCCF;
}
</style>
border-color css
<style>
span { border-color: #1BBCCF; }
span { border-color: rgb(27,188,207); }
td.TdClassName
{
border-color: #1BBCCF;
}
.TagClassName
{
border-color: #1BBCCF;
}
</style>