Shades of Anakiwa #89C1DF
Tints of Anakiwa #89C1DF
RGB
CMYK
RGB Variations
Color information
#89C1DF (or 0x89C1DF) is known color: Anakiwa. HEX triplet: 89, C1 and DF. RGB value is (137,193,223). Sum of RGB (Red+Green+Blue) = 137+193+223=553 (73% of max value = 765). Red value is 137 (53.91% from 255 or 24.77% from 553); Green value is 193 (75.78% from 255 or 34.90% from 553); Blue value is 223 (87.5% from 255 or 40.33% from 553); Max value from RGB is 223 - color contains mainly: blue. Hex color #89C1DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C1DF is #763E20. Grayscale: #B3B3B3. Windows color (decimal): -7749153 or 14664073. OLE color: 14664073.
HSL color Cylindrical-coordinate representation of color #89C1DF: hue angle of 200.93º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #89C1DF is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 193 | 223 | - |
| CMYK | 0.39 | 0.13 | 0 | 0.13 |
| HSL | 200.93º | 0.57% | 0.71% | - |
| HSV(B) | 200.93º | 0.39% | 0.87% | - |
| XYZ | 42.71 | 48.79 | 76.98 | - |
| YUV | 179.68 | 152.45 | 97.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 193 | 223 | 0.39 | 0.13 | 0 | 0.13 | 200.93 | 0.57 | 0.71 |
| Hex | 89 | C1 | DF | 27 | D | 0 | D | C9 | 39 | 47 |
| Octal | 211 | 301 | 337 | 47 | 15 | 0 | 15 | 311 | 71 | 107 |
| Binary | 10001001 | 11000001 | 11011111 | 100111 | 1101 | 0 | 1101 | 11001001 | 111001 | 1000111 |
Color Harmonies of #89C1DF
Complementary color
Monochromatic Colors of #89C1DF
Black with #89C1DF
Text Example
Text Example
White with #89C1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C1DF; }
p { color: rgb(137,193,223); }
H1.HeaderClassName
{
color: #89C1DF;
}
.AnyTagClassName
{
color: #89C1DF;
}
</style>
background-color css
<style>
a { background-color: #89C1DF; }
a { background-color: rgb(137,193,223); }
div.DivClassName
{
background-color: #89C1DF;
}
.BgClassName
{
background-color: #89C1DF;
}
</style>
border-color css
<style>
span { border-color: #89C1DF; }
span { border-color: rgb(137,193,223); }
td.TdClassName
{
border-color: #89C1DF;
}
.TagClassName
{
border-color: #89C1DF;
}
</style>