#89C6EB

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

Shades of Anakiwa #89C6EB

Tints of Anakiwa #89C6EB

Color information

#89C6EB (or 0x89C6EB) is unknown color: approx Anakiwa. HEX triplet: 89, C6 and EB. RGB value is (137,198,235). Sum of RGB (Red+Green+Blue) = 137+198+235=570 (75% of max value = 765). Red value is 137 (53.91% from 255 or 24.04% from 570); Green value is 198 (77.73% from 255 or 34.74% from 570); Blue value is 235 (92.19% from 255 or 41.23% from 570); Max value from RGB is 235 - color contains mainly: blue. Hex color #89C6EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89C6EB is #763914. Grayscale: #B7B7B7. Windows color (decimal): -7747861 or 15451785. OLE color: 15451785.

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

Color convert

RGB137198235-
CMYK0.420.1600.08
HSL202.65º71.01%72.94%-
HSV(B)202.65º41.7%92.16%-
XYZ45.5151.786.18-
YUV183.98156.7994.49-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.04%
GREEN value IS 198 (77.73% from 255) = 34.74%
BLUE value IS 235 (92.19% from 255) = 41.23%
R=24.04%
G=34.74%
B=41.23%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1371982350.420.1600.08202.6571.0172.94
Hex89C6EB2A1008cb4749
Octal2113063535220010313107111
Binary10001001110001101110101110101010000010001100101110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89C6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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