Shades of Iris Blue #1BB3CE
Tints of Iris Blue #1BB3CE
RGB
CMYK
RGB Variations
Color information
#1BB3CE (or 0x1BB3CE) is known color: Iris Blue. HEX triplet: 1B, B3 and CE. RGB value is (27,179,206). Sum of RGB (Red+Green+Blue) = 27+179+206=412 (54% of max value = 765). Red value is 27 (10.94% from 255 or 6.55% from 412); Green value is 179 (70.31% from 255 or 43.45% from 412); Blue value is 206 (80.86% from 255 or 50% from 412); Max value from RGB is 206 - color contains mainly: blue. Hex color #1BB3CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BB3CE is #E44C31. Grayscale: #888888. Windows color (decimal): -14961714 or 13546267. OLE color: 13546267.
HSL color Cylindrical-coordinate representation of color #1BB3CE: hue angle of 189.05º 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 #1BB3CE is Cyan = 0.87, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 27 | 179 | 206 | - |
| CMYK | 0.87 | 0.13 | 0 | 0.19 |
| HSL | 189.05º | 0.77% | 0.46% | - |
| HSV(B) | 189.05º | 0.87% | 0.81% | - |
| XYZ | 27.71 | 36.93 | 64.06 | - |
| YUV | 136.63 | 167.14 | 49.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 179 | 206 | 0.87 | 0.13 | 0 | 0.19 | 189.05 | 0.77 | 0.46 |
| Hex | 1B | B3 | CE | 57 | D | 0 | 13 | BD | 4D | 2E |
| Octal | 33 | 263 | 316 | 127 | 15 | 0 | 23 | 275 | 115 | 56 |
| Binary | 11011 | 10110011 | 11001110 | 1010111 | 1101 | 0 | 10011 | 10111101 | 1001101 | 101110 |
Color Harmonies of #1BB3CE
Complementary color
Monochromatic Colors of #1BB3CE
Black with #1BB3CE
Text Example
Text Example
White with #1BB3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BB3CE; }
p { color: rgb(27,179,206); }
H1.HeaderClassName
{
color: #1BB3CE;
}
.AnyTagClassName
{
color: #1BB3CE;
}
</style>
background-color css
<style>
a { background-color: #1BB3CE; }
a { background-color: rgb(27,179,206); }
div.DivClassName
{
background-color: #1BB3CE;
}
.BgClassName
{
background-color: #1BB3CE;
}
</style>
border-color css
<style>
span { border-color: #1BB3CE; }
span { border-color: rgb(27,179,206); }
td.TdClassName
{
border-color: #1BB3CE;
}
.TagClassName
{
border-color: #1BB3CE;
}
</style>