Shades of Ziggurat #89B1B3
Tints of Ziggurat #89B1B3
RGB
CMYK
RGB Variations
Color information
#89B1B3 (or 0x89B1B3) is known color: Ziggurat. HEX triplet: 89, B1 and B3. RGB value is (137,177,179). Sum of RGB (Red+Green+Blue) = 137+177+179=493 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.79% from 493); Green value is 177 (69.53% from 255 or 35.90% from 493); Blue value is 179 (70.31% from 255 or 36.31% from 493); Max value from RGB is 179 - color contains mainly: blue. Hex color #89B1B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89B1B3 is #764E4C. Grayscale: #A5A5A5. Windows color (decimal): -7753293 or 11776393. OLE color: 11776393.
HSL color Cylindrical-coordinate representation of color #89B1B3: hue angle of 182.86º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #89B1B3 is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 137 | 177 | 179 | - |
| CMYK | 0.23 | 0.01 | 0 | 0.30 |
| HSL | 182.86º | 0.22% | 0.62% | - |
| HSV(B) | 182.86º | 0.23% | 0.7% | - |
| XYZ | 34.18 | 40.02 | 48.57 | - |
| YUV | 165.27 | 135.75 | 107.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 177 | 179 | 0.23 | 0.01 | 0 | 0.30 | 182.86 | 0.22 | 0.62 |
| Hex | 89 | B1 | B3 | 17 | 1 | 0 | 1E | B7 | 16 | 3E |
| Octal | 211 | 261 | 263 | 27 | 1 | 0 | 36 | 267 | 26 | 76 |
| Binary | 10001001 | 10110001 | 10110011 | 10111 | 1 | 0 | 11110 | 10110111 | 10110 | 111110 |
Color Harmonies of #89B1B3
Complementary color
Monochromatic Colors of #89B1B3
Black with #89B1B3
Text Example
Text Example
White with #89B1B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B1B3; }
p { color: rgb(137,177,179); }
H1.HeaderClassName
{
color: #89B1B3;
}
.AnyTagClassName
{
color: #89B1B3;
}
</style>
background-color css
<style>
a { background-color: #89B1B3; }
a { background-color: rgb(137,177,179); }
div.DivClassName
{
background-color: #89B1B3;
}
.BgClassName
{
background-color: #89B1B3;
}
</style>
border-color css
<style>
span { border-color: #89B1B3; }
span { border-color: rgb(137,177,179); }
td.TdClassName
{
border-color: #89B1B3;
}
.TagClassName
{
border-color: #89B1B3;
}
</style>