Shades of Anakiwa #89C2DF
Tints of Anakiwa #89C2DF
RGB
CMYK
RGB Variations
Color information
#89C2DF (or 0x89C2DF) is known color: Anakiwa. HEX triplet: 89, C2 and DF. RGB value is (137,194,223). Sum of RGB (Red+Green+Blue) = 137+194+223=554 (73% of max value = 765). Red value is 137 (53.91% from 255 or 24.73% from 554); Green value is 194 (76.17% from 255 or 35.02% from 554); Blue value is 223 (87.5% from 255 or 40.25% from 554); Max value from RGB is 223 - color contains mainly: blue. Hex color #89C2DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C2DF is #763D20. Grayscale: #B4B4B4. Windows color (decimal): -7748897 or 14664329. OLE color: 14664329.
HSL color Cylindrical-coordinate representation of color #89C2DF: hue angle of 200.23º 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 #89C2DF is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 194 | 223 | - |
| CMYK | 0.39 | 0.13 | 0 | 0.13 |
| HSL | 200.23º | 0.57% | 0.71% | - |
| HSV(B) | 200.23º | 0.39% | 0.87% | - |
| XYZ | 42.93 | 49.23 | 77.05 | - |
| YUV | 180.26 | 152.12 | 97.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 194 | 223 | 0.39 | 0.13 | 0 | 0.13 | 200.23 | 0.57 | 0.71 |
| Hex | 89 | C2 | DF | 27 | D | 0 | D | C8 | 39 | 47 |
| Octal | 211 | 302 | 337 | 47 | 15 | 0 | 15 | 310 | 71 | 107 |
| Binary | 10001001 | 11000010 | 11011111 | 100111 | 1101 | 0 | 1101 | 11001000 | 111001 | 1000111 |
Color Harmonies of #89C2DF
Complementary color
Monochromatic Colors of #89C2DF
Black with #89C2DF
Text Example
Text Example
White with #89C2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C2DF; }
p { color: rgb(137,194,223); }
H1.HeaderClassName
{
color: #89C2DF;
}
.AnyTagClassName
{
color: #89C2DF;
}
</style>
background-color css
<style>
a { background-color: #89C2DF; }
a { background-color: rgb(137,194,223); }
div.DivClassName
{
background-color: #89C2DF;
}
.BgClassName
{
background-color: #89C2DF;
}
</style>
border-color css
<style>
span { border-color: #89C2DF; }
span { border-color: rgb(137,194,223); }
td.TdClassName
{
border-color: #89C2DF;
}
.TagClassName
{
border-color: #89C2DF;
}
</style>