#89C8DE

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

Shades of Anakiwa #89C8DE

Tints of Anakiwa #89C8DE

Color information

#89C8DE (or 0x89C8DE) is unknown color: approx Anakiwa. HEX triplet: 89, C8 and DE. RGB value is (137,200,222). Sum of RGB (Red+Green+Blue) = 137+200+222=559 (74% of max value = 765). Red value is 137 (53.91% from 255 or 24.51% from 559); Green value is 200 (78.52% from 255 or 35.78% from 559); Blue value is 222 (87.11% from 255 or 39.71% from 559); Max value from RGB is 222 - color contains mainly: blue. Hex color #89C8DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C8DE is #763721. Grayscale: #B7B7B7. Windows color (decimal): -7747362 or 14600329. OLE color: 14600329.

HSL color Cylindrical-coordinate representation of color #89C8DE: hue angle of 195.53º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #89C8DE is Cyan = 0.38, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB137200222-
CMYK0.380.1000.13
HSL195.53º56.29%70.39%-
HSV(B)195.53º38.29%87.06%-
XYZ44.1651.976.8-
YUV183.67149.6394.71-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.51%
GREEN value IS 200 (78.52% from 255) = 35.78%
BLUE value IS 222 (87.11% from 255) = 39.71%
R=24.51%
G=35.78%
B=39.71%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1372002220.380.1000.13195.5356.2970.39
Hex89C8DE26A0Dc43846
Octal211310336461201530470106
Binary100010011100100011011110100110101001101110001001110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89C8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,200,222); }

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

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

 a { background-color: rgb(137,200,222); }

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

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

 span { border-color: rgb(137,200,222); }

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