Shades of Anakiwa #89BFDB
Tints of Anakiwa #89BFDB
RGB
CMYK
RGB Variations
Color information
#89BFDB (or 0x89BFDB) is known color: Anakiwa. HEX triplet: 89, BF and DB. RGB value is (137,191,219). Sum of RGB (Red+Green+Blue) = 137+191+219=547 (72% of max value = 765). Red value is 137 (53.91% from 255 or 25.05% from 547); Green value is 191 (75% from 255 or 34.92% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 219 - color contains mainly: blue. Hex color #89BFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BFDB is #764024. Grayscale: #B1B1B1. Windows color (decimal): -7749669 or 14401417. OLE color: 14401417.
HSL color Cylindrical-coordinate representation of color #89BFDB: hue angle of 200.49º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #89BFDB is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 191 | 219 | - |
| CMYK | 0.37 | 0.13 | 0 | 0.14 |
| HSL | 200.49º | 0.53% | 0.7% | - |
| HSV(B) | 200.49º | 0.37% | 0.86% | - |
| XYZ | 41.73 | 47.69 | 74.02 | - |
| YUV | 178.05 | 151.11 | 98.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 191 | 219 | 0.37 | 0.13 | 0 | 0.14 | 200.49 | 0.53 | 0.7 |
| Hex | 89 | BF | DB | 25 | D | 0 | E | C8 | 35 | 46 |
| Octal | 211 | 277 | 333 | 45 | 15 | 0 | 16 | 310 | 65 | 106 |
| Binary | 10001001 | 10111111 | 11011011 | 100101 | 1101 | 0 | 1110 | 11001000 | 110101 | 1000110 |
Color Harmonies of #89BFDB
Complementary color
Monochromatic Colors of #89BFDB
Black with #89BFDB
Text Example
Text Example
White with #89BFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BFDB; }
p { color: rgb(137,191,219); }
H1.HeaderClassName
{
color: #89BFDB;
}
.AnyTagClassName
{
color: #89BFDB;
}
</style>
background-color css
<style>
a { background-color: #89BFDB; }
a { background-color: rgb(137,191,219); }
div.DivClassName
{
background-color: #89BFDB;
}
.BgClassName
{
background-color: #89BFDB;
}
</style>
border-color css
<style>
span { border-color: #89BFDB; }
span { border-color: rgb(137,191,219); }
td.TdClassName
{
border-color: #89BFDB;
}
.TagClassName
{
border-color: #89BFDB;
}
</style>