#89C3E0

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

Shades of Anakiwa #89C3E0

Tints of Anakiwa #89C3E0

Color information

#89C3E0 (or 0x89C3E0) is unknown color: approx Anakiwa. HEX triplet: 89, C3 and E0. RGB value is (137,195,224). Sum of RGB (Red+Green+Blue) = 137+195+224=556 (73% of max value = 765). Red value is 137 (53.91% from 255 or 24.64% from 556); Green value is 195 (76.56% from 255 or 35.07% from 556); Blue value is 224 (87.89% from 255 or 40.29% from 556); Max value from RGB is 224 - color contains mainly: blue. Hex color #89C3E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C3E0 is #763C1F. Grayscale: #B4B4B4. Windows color (decimal): -7748640 or 14730121. OLE color: 14730121.

HSL color Cylindrical-coordinate representation of color #89C3E0: hue angle of 200º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #89C3E0 is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB137195224-
CMYK0.390.1300.12
HSL200º58.39%70.78%-
HSV(B)200º38.84%87.84%-
XYZ43.2949.7377.84-
YUV180.96152.2896.64-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.64%
GREEN value IS 195 (76.56% from 255) = 35.07%
BLUE value IS 224 (87.89% from 255) = 40.29%
R=24.64%
G=35.07%
B=40.29%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1371952240.390.1300.1220058.3970.78
Hex89C3E027D0Cc83a47
Octal211303340471501431072107
Binary100010011100001111100000100111110101100110010001110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89C3E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,195,224); }

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

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

 a { background-color: rgb(137,195,224); }

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

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

 span { border-color: rgb(137,195,224); }

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