#89C0DE

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

Shades of Anakiwa #89C0DE

Tints of Anakiwa #89C0DE

Color information

#89C0DE (or 0x89C0DE) is unknown color: approx Anakiwa. HEX triplet: 89, C0 and DE. RGB value is (137,192,222). Sum of RGB (Red+Green+Blue) = 137+192+222=551 (72% of max value = 765). Red value is 137 (53.91% from 255 or 24.86% from 551); Green value is 192 (75.39% from 255 or 34.85% from 551); Blue value is 222 (87.11% from 255 or 40.29% from 551); Max value from RGB is 222 - color contains mainly: blue. Hex color #89C0DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C0DE is #763F21. Grayscale: #B2B2B2. Windows color (decimal): -7749410 or 14598281. OLE color: 14598281.

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

Color convert

RGB137192222-
CMYK0.380.1400.13
HSL201.18º56.29%70.39%-
HSV(B)201.18º38.29%87.06%-
XYZ42.3548.2976.2-
YUV178.98152.2898.06-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.86%
GREEN value IS 192 (75.39% from 255) = 34.85%
BLUE value IS 222 (87.11% from 255) = 40.29%
R=24.86%
G=34.85%
B=40.29%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1371922220.380.1400.13201.1856.2970.39
Hex89C0DE26E0Dc93846
Octal211300336461601531170106
Binary100010011100000011011110100110111001101110010011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89C0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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