Shades of Iris Blue #1BBECF
Tints of Iris Blue #1BBECF
RGB
CMYK
RGB Variations
Color information
#1BBECF (or 0x1BBECF) is known color: Iris Blue. HEX triplet: 1B, BE and CF. RGB value is (27,190,207). Sum of RGB (Red+Green+Blue) = 27+190+207=424 (56% of max value = 765). Red value is 27 (10.94% from 255 or 6.37% from 424); Green value is 190 (74.61% from 255 or 44.81% from 424); Blue value is 207 (81.25% from 255 or 48.82% from 424); Max value from RGB is 207 - color contains mainly: blue. Hex color #1BBECF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BBECF is #E44130. Grayscale: #8E8E8E. Windows color (decimal): -14958897 or 13614619. OLE color: 13614619.
HSL color Cylindrical-coordinate representation of color #1BBECF: hue angle of 185.67º 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 #1BBECF is Cyan = 0.87, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 27 | 190 | 207 | - |
| CMYK | 0.87 | 0.08 | 0 | 0.19 |
| HSL | 185.67º | 0.77% | 0.46% | - |
| HSV(B) | 185.67º | 0.87% | 0.81% | - |
| XYZ | 30.13 | 41.56 | 65.47 | - |
| YUV | 143.2 | 164 | 45.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 190 | 207 | 0.87 | 0.08 | 0 | 0.19 | 185.67 | 0.77 | 0.46 |
| Hex | 1B | BE | CF | 57 | 8 | 0 | 13 | BA | 4D | 2E |
| Octal | 33 | 276 | 317 | 127 | 10 | 0 | 23 | 272 | 115 | 56 |
| Binary | 11011 | 10111110 | 11001111 | 1010111 | 1000 | 0 | 10011 | 10111010 | 1001101 | 101110 |
Color Harmonies of #1BBECF
Complementary color
Monochromatic Colors of #1BBECF
Black with #1BBECF
Text Example
Text Example
White with #1BBECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBECF; }
p { color: rgb(27,190,207); }
H1.HeaderClassName
{
color: #1BBECF;
}
.AnyTagClassName
{
color: #1BBECF;
}
</style>
background-color css
<style>
a { background-color: #1BBECF; }
a { background-color: rgb(27,190,207); }
div.DivClassName
{
background-color: #1BBECF;
}
.BgClassName
{
background-color: #1BBECF;
}
</style>
border-color css
<style>
span { border-color: #1BBECF; }
span { border-color: rgb(27,190,207); }
td.TdClassName
{
border-color: #1BBECF;
}
.TagClassName
{
border-color: #1BBECF;
}
</style>