Shades of Anakiwa #89C6DD
Tints of Anakiwa #89C6DD
RGB
CMYK
RGB Variations
Color information
#89C6DD (or 0x89C6DD) is known color: Anakiwa. HEX triplet: 89, C6 and DD. RGB value is (137,198,221). Sum of RGB (Red+Green+Blue) = 137+198+221=556 (73% of max value = 765). Red value is 137 (53.91% from 255 or 24.64% from 556); Green value is 198 (77.73% from 255 or 35.61% from 556); Blue value is 221 (86.72% from 255 or 39.75% from 556); Max value from RGB is 221 - color contains mainly: blue. Hex color #89C6DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C6DD is #763922. Grayscale: #B6B6B6. Windows color (decimal): -7747875 or 14534281. OLE color: 14534281.
HSL color Cylindrical-coordinate representation of color #89C6DD: hue angle of 196.43º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #89C6DD is Cyan = 0.38, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 198 | 221 | - |
| CMYK | 0.38 | 0.10 | 0 | 0.13 |
| HSL | 196.43º | 0.55% | 0.7% | - |
| HSV(B) | 196.43º | 0.38% | 0.87% | - |
| XYZ | 43.56 | 50.93 | 75.94 | - |
| YUV | 182.38 | 149.79 | 95.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 198 | 221 | 0.38 | 0.10 | 0 | 0.13 | 196.43 | 0.55 | 0.7 |
| Hex | 89 | C6 | DD | 26 | A | 0 | D | C4 | 37 | 46 |
| Octal | 211 | 306 | 335 | 46 | 12 | 0 | 15 | 304 | 67 | 106 |
| Binary | 10001001 | 11000110 | 11011101 | 100110 | 1010 | 0 | 1101 | 11000100 | 110111 | 1000110 |
Color Harmonies of #89C6DD
Complementary color
Monochromatic Colors of #89C6DD
Black with #89C6DD
Text Example
Text Example
White with #89C6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C6DD; }
p { color: rgb(137,198,221); }
H1.HeaderClassName
{
color: #89C6DD;
}
.AnyTagClassName
{
color: #89C6DD;
}
</style>
background-color css
<style>
a { background-color: #89C6DD; }
a { background-color: rgb(137,198,221); }
div.DivClassName
{
background-color: #89C6DD;
}
.BgClassName
{
background-color: #89C6DD;
}
</style>
border-color css
<style>
span { border-color: #89C6DD; }
span { border-color: rgb(137,198,221); }
td.TdClassName
{
border-color: #89C6DD;
}
.TagClassName
{
border-color: #89C6DD;
}
</style>