#89C2DC

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

Shades of Anakiwa #89C2DC

Tints of Anakiwa #89C2DC

Color information

#89C2DC (or 0x89C2DC) is unknown color: approx Anakiwa. HEX triplet: 89, C2 and DC. RGB value is (137,194,220). Sum of RGB (Red+Green+Blue) = 137+194+220=551 (72% of max value = 765). Red value is 137 (53.91% from 255 or 24.86% from 551); Green value is 194 (76.17% from 255 or 35.21% from 551); Blue value is 220 (86.33% from 255 or 39.93% from 551); Max value from RGB is 220 - color contains mainly: blue. Hex color #89C2DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C2DC is #763D23. Grayscale: #B3B3B3. Windows color (decimal): -7748900 or 14467721. OLE color: 14467721.

HSL color Cylindrical-coordinate representation of color #89C2DC: hue angle of 198.8º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #89C2DC is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB137194220-
CMYK0.380.1200.14
HSL198.8º54.25%70%-
HSV(B)198.8º37.73%86.27%-
XYZ42.5349.0774.94-
YUV179.92150.6297.39-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.86%
GREEN value IS 194 (76.17% from 255) = 35.21%
BLUE value IS 220 (86.33% from 255) = 39.93%
R=24.86%
G=35.21%
B=39.93%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1371942200.380.1200.14198.854.2570
Hex89C2DC26C0Ec73646
Octal211302334461401630766106
Binary100010011100001011011100100110110001110110001111101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89C2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,194,220); }

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

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

 a { background-color: rgb(137,194,220); }

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

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

 span { border-color: rgb(137,194,220); }

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