#89C6EC

Color #89C6EC Anakiwa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Anakiwa #89C6EC

Tints of Anakiwa #89C6EC

Color information

#89C6EC (or 0x89C6EC) is unknown color: approx Anakiwa. HEX triplet: 89, C6 and EC. RGB value is (137,198,236). Sum of RGB (Red+Green+Blue) = 137+198+236=571 (75% of max value = 765). Red value is 137 (53.91% from 255 or 23.99% from 571); Green value is 198 (77.73% from 255 or 34.68% from 571); Blue value is 236 (92.58% from 255 or 41.33% from 571); Max value from RGB is 236 - color contains mainly: blue. Hex color #89C6EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89C6EC is #763913. Grayscale: #B7B7B7. Windows color (decimal): -7747860 or 15517321. OLE color: 15517321.

HSL color Cylindrical-coordinate representation of color #89C6EC: hue angle of 203.03º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #89C6EC is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB137198236-
CMYK0.420.1600.07
HSL203.03º72.26%73.14%-
HSV(B)203.03º41.95%92.55%-
XYZ45.6551.7686.94-
YUV184.09157.2994.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 137 (53.91% from 255) = 23.99%
GREEN value IS 198 (77.73% from 255) = 34.68%
BLUE value IS 236 (92.58% from 255) = 41.33%
R=23.99%
G=34.68%
B=41.33%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1371982360.420.1600.07203.0372.2673.14
Hex89C6EC2A1007cb4849
Octal211306354522007313110111
Binary1000100111000110111011001010101000001111100101110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89C6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89C6EC; }

 p { color: rgb(137,198,236); }

 H1.HeaderClassName
 {
   color: #89C6EC;
 }
 .AnyTagClassName
 {
   color: #89C6EC;
 }
</style>
background-color css

<style>
 a { background-color: #89C6EC; }

 a { background-color: rgb(137,198,236); }

 div.DivClassName
 {
   background-color: #89C6EC;
 }
 .BgClassName
 {
   background-color: #89C6EC;
 }
</style>
border-color css

<style>
 span { border-color: #89C6EC; }

 span { border-color: rgb(137,198,236); }

 td.TdClassName
 {
   border-color: #89C6EC;
 }
 .TagClassName
 {
   border-color: #89C6EC;
 }
</style>