Shades of Anakiwa #89C2DB
Tints of Anakiwa #89C2DB
RGB
CMYK
RGB Variations
Color information
#89C2DB (or 0x89C2DB) is known color: Anakiwa. HEX triplet: 89, C2 and DB. RGB value is (137,194,219). Sum of RGB (Red+Green+Blue) = 137+194+219=550 (72% of max value = 765). Red value is 137 (53.91% from 255 or 24.91% from 550); Green value is 194 (76.17% from 255 or 35.27% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 219 - color contains mainly: blue. Hex color #89C2DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C2DB is #763D24. Grayscale: #B3B3B3. Windows color (decimal): -7748901 or 14402185. OLE color: 14402185.
HSL color Cylindrical-coordinate representation of color #89C2DB: hue angle of 198.29º 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 #89C2DB is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 194 | 219 | - |
| CMYK | 0.37 | 0.11 | 0 | 0.14 |
| HSL | 198.29º | 0.53% | 0.7% | - |
| HSV(B) | 198.29º | 0.37% | 0.86% | - |
| XYZ | 42.39 | 49.02 | 74.24 | - |
| YUV | 179.81 | 150.12 | 97.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 194 | 219 | 0.37 | 0.11 | 0 | 0.14 | 198.29 | 0.53 | 0.7 |
| Hex | 89 | C2 | DB | 25 | B | 0 | E | C6 | 35 | 46 |
| Octal | 211 | 302 | 333 | 45 | 13 | 0 | 16 | 306 | 65 | 106 |
| Binary | 10001001 | 11000010 | 11011011 | 100101 | 1011 | 0 | 1110 | 11000110 | 110101 | 1000110 |
Color Harmonies of #89C2DB
Complementary color
Monochromatic Colors of #89C2DB
Black with #89C2DB
Text Example
Text Example
White with #89C2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C2DB; }
p { color: rgb(137,194,219); }
H1.HeaderClassName
{
color: #89C2DB;
}
.AnyTagClassName
{
color: #89C2DB;
}
</style>
background-color css
<style>
a { background-color: #89C2DB; }
a { background-color: rgb(137,194,219); }
div.DivClassName
{
background-color: #89C2DB;
}
.BgClassName
{
background-color: #89C2DB;
}
</style>
border-color css
<style>
span { border-color: #89C2DB; }
span { border-color: rgb(137,194,219); }
td.TdClassName
{
border-color: #89C2DB;
}
.TagClassName
{
border-color: #89C2DB;
}
</style>