Shades of Iris Blue #1BBECE
Tints of Iris Blue #1BBECE
RGB
CMYK
RGB Variations
Color information
#1BBECE (or 0x1BBECE) is known color: Iris Blue. HEX triplet: 1B, BE and CE. RGB value is (27,190,206). Sum of RGB (Red+Green+Blue) = 27+190+206=423 (56% of max value = 765). Red value is 27 (10.94% from 255 or 6.38% from 423); Green value is 190 (74.61% from 255 or 44.92% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 206 - color contains mainly: blue. Hex color #1BBECE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BBECE is #E44131. Grayscale: #8E8E8E. Windows color (decimal): -14958898 or 13549083. OLE color: 13549083.
HSL color Cylindrical-coordinate representation of color #1BBECE: hue angle of 185.36º 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 #1BBECE is Cyan = 0.87, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 27 | 190 | 206 | - |
| CMYK | 0.87 | 0.08 | 0 | 0.19 |
| HSL | 185.36º | 0.77% | 0.46% | - |
| HSV(B) | 185.36º | 0.87% | 0.81% | - |
| XYZ | 30.01 | 41.52 | 64.82 | - |
| YUV | 143.09 | 163.5 | 45.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 190 | 206 | 0.87 | 0.08 | 0 | 0.19 | 185.36 | 0.77 | 0.46 |
| Hex | 1B | BE | CE | 57 | 8 | 0 | 13 | B9 | 4D | 2E |
| Octal | 33 | 276 | 316 | 127 | 10 | 0 | 23 | 271 | 115 | 56 |
| Binary | 11011 | 10111110 | 11001110 | 1010111 | 1000 | 0 | 10011 | 10111001 | 1001101 | 101110 |
Color Harmonies of #1BBECE
Complementary color
Monochromatic Colors of #1BBECE
Black with #1BBECE
Text Example
Text Example
White with #1BBECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBECE; }
p { color: rgb(27,190,206); }
H1.HeaderClassName
{
color: #1BBECE;
}
.AnyTagClassName
{
color: #1BBECE;
}
</style>
background-color css
<style>
a { background-color: #1BBECE; }
a { background-color: rgb(27,190,206); }
div.DivClassName
{
background-color: #1BBECE;
}
.BgClassName
{
background-color: #1BBECE;
}
</style>
border-color css
<style>
span { border-color: #1BBECE; }
span { border-color: rgb(27,190,206); }
td.TdClassName
{
border-color: #1BBECE;
}
.TagClassName
{
border-color: #1BBECE;
}
</style>