Shades of Anakiwa #89C2DD
Tints of Anakiwa #89C2DD
RGB
CMYK
RGB Variations
Color information
#89C2DD (or 0x89C2DD) is known color: Anakiwa. HEX triplet: 89, C2 and DD. RGB value is (137,194,221). Sum of RGB (Red+Green+Blue) = 137+194+221=552 (73% of max value = 765). Red value is 137 (53.91% from 255 or 24.82% from 552); Green value is 194 (76.17% from 255 or 35.14% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 221 - color contains mainly: blue. Hex color #89C2DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C2DD is #763D22. Grayscale: #B3B3B3. Windows color (decimal): -7748899 or 14533257. OLE color: 14533257.
HSL color Cylindrical-coordinate representation of color #89C2DD: hue angle of 199.29º 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 #89C2DD is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 194 | 221 | - |
| CMYK | 0.38 | 0.12 | 0 | 0.13 |
| HSL | 199.29º | 0.55% | 0.7% | - |
| HSV(B) | 199.29º | 0.38% | 0.87% | - |
| XYZ | 42.66 | 49.12 | 75.64 | - |
| YUV | 180.04 | 151.12 | 97.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 194 | 221 | 0.38 | 0.12 | 0 | 0.13 | 199.29 | 0.55 | 0.7 |
| Hex | 89 | C2 | DD | 26 | C | 0 | D | C7 | 37 | 46 |
| Octal | 211 | 302 | 335 | 46 | 14 | 0 | 15 | 307 | 67 | 106 |
| Binary | 10001001 | 11000010 | 11011101 | 100110 | 1100 | 0 | 1101 | 11000111 | 110111 | 1000110 |
Color Harmonies of #89C2DD
Complementary color
Monochromatic Colors of #89C2DD
Black with #89C2DD
Text Example
Text Example
White with #89C2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C2DD; }
p { color: rgb(137,194,221); }
H1.HeaderClassName
{
color: #89C2DD;
}
.AnyTagClassName
{
color: #89C2DD;
}
</style>
background-color css
<style>
a { background-color: #89C2DD; }
a { background-color: rgb(137,194,221); }
div.DivClassName
{
background-color: #89C2DD;
}
.BgClassName
{
background-color: #89C2DD;
}
</style>
border-color css
<style>
span { border-color: #89C2DD; }
span { border-color: rgb(137,194,221); }
td.TdClassName
{
border-color: #89C2DD;
}
.TagClassName
{
border-color: #89C2DD;
}
</style>