#89C5DF

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

Shades of Anakiwa #89C5DF

Tints of Anakiwa #89C5DF

Color information

#89C5DF (or 0x89C5DF) is unknown color: approx Anakiwa. HEX triplet: 89, C5 and DF. RGB value is (137,197,223). Sum of RGB (Red+Green+Blue) = 137+197+223=557 (73% of max value = 765). Red value is 137 (53.91% from 255 or 24.60% from 557); Green value is 197 (77.34% from 255 or 35.37% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 223 - color contains mainly: blue. Hex color #89C5DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C5DF is #763A20. Grayscale: #B5B5B5. Windows color (decimal): -7748129 or 14665097. OLE color: 14665097.

HSL color Cylindrical-coordinate representation of color #89C5DF: hue angle of 198.14º 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 #89C5DF is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB137197223-
CMYK0.390.1200.13
HSL198.14º57.33%70.59%-
HSV(B)198.14º38.57%87.45%-
XYZ43.650.5877.28-
YUV182.02151.1295.89-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.60%
GREEN value IS 197 (77.34% from 255) = 35.37%
BLUE value IS 223 (87.5% from 255) = 40.04%
R=24.60%
G=35.37%
B=40.04%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1371972230.390.1200.13198.1457.3370.59
Hex89C5DF27C0Dc63947
Octal211305337471401530671107
Binary100010011100010111011111100111110001101110001101110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89C5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,197,223); }

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

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

 a { background-color: rgb(137,197,223); }

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

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

 span { border-color: rgb(137,197,223); }

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