Shades of Anakiwa #89C2E6
Tints of Anakiwa #89C2E6
RGB
CMYK
RGB Variations
Color information
#89C2E6 (or 0x89C2E6) is known color: Anakiwa. HEX triplet: 89, C2 and E6. RGB value is (137,194,230). Sum of RGB (Red+Green+Blue) = 137+194+230=561 (74% of max value = 765). Red value is 137 (53.91% from 255 or 24.42% from 561); Green value is 194 (76.17% from 255 or 34.58% from 561); Blue value is 230 (90.23% from 255 or 41.00% from 561); Max value from RGB is 230 - color contains mainly: blue. Hex color #89C2E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89C2E6 is #763D19. Grayscale: #B4B4B4. Windows color (decimal): -7748890 or 15123081. OLE color: 15123081.
HSL color Cylindrical-coordinate representation of color #89C2E6: hue angle of 203.23º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #89C2E6 is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 137 | 194 | 230 | - |
| CMYK | 0.40 | 0.16 | 0 | 0.10 |
| HSL | 203.23º | 0.65% | 0.72% | - |
| HSV(B) | 203.23º | 0.4% | 0.9% | - |
| XYZ | 43.89 | 49.62 | 82.13 | - |
| YUV | 181.06 | 155.62 | 96.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 194 | 230 | 0.40 | 0.16 | 0 | 0.10 | 203.23 | 0.65 | 0.72 |
| Hex | 89 | C2 | E6 | 28 | 10 | 0 | A | CB | 41 | 48 |
| Octal | 211 | 302 | 346 | 50 | 20 | 0 | 12 | 313 | 101 | 110 |
| Binary | 10001001 | 11000010 | 11100110 | 101000 | 10000 | 0 | 1010 | 11001011 | 1000001 | 1001000 |
Color Harmonies of #89C2E6
Complementary color
Monochromatic Colors of #89C2E6
Black with #89C2E6
Text Example
Text Example
White with #89C2E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C2E6; }
p { color: rgb(137,194,230); }
H1.HeaderClassName
{
color: #89C2E6;
}
.AnyTagClassName
{
color: #89C2E6;
}
</style>
background-color css
<style>
a { background-color: #89C2E6; }
a { background-color: rgb(137,194,230); }
div.DivClassName
{
background-color: #89C2E6;
}
.BgClassName
{
background-color: #89C2E6;
}
</style>
border-color css
<style>
span { border-color: #89C2E6; }
span { border-color: rgb(137,194,230); }
td.TdClassName
{
border-color: #89C2E6;
}
.TagClassName
{
border-color: #89C2E6;
}
</style>