#89CCE0

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

Shades of Anakiwa #89CCE0

Tints of Anakiwa #89CCE0

Color information

#89CCE0 (or 0x89CCE0) is unknown color: approx Anakiwa. HEX triplet: 89, CC and E0. RGB value is (137,204,224). Sum of RGB (Red+Green+Blue) = 137+204+224=565 (74% of max value = 765). Red value is 137 (53.91% from 255 or 24.25% from 565); Green value is 204 (80.08% from 255 or 36.11% from 565); Blue value is 224 (87.89% from 255 or 39.65% from 565); Max value from RGB is 224 - color contains mainly: blue. Hex color #89CCE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CCE0 is #76331F. Grayscale: #BABABA. Windows color (decimal): -7746336 or 14732425. OLE color: 14732425.

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

Color convert

RGB137204224-
CMYK0.390.0900.12
HSL193.79º58.39%70.78%-
HSV(B)193.79º38.84%87.84%-
XYZ45.3653.8978.53-
YUV186.25149.392.87-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.25%
GREEN value IS 204 (80.08% from 255) = 36.11%
BLUE value IS 224 (87.89% from 255) = 39.65%
R=24.25%
G=36.11%
B=39.65%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1372042240.390.0900.12193.7958.3970.78
Hex89CCE02790Cc23a47
Octal211314340471101430272107
Binary100010011100110011100000100111100101100110000101110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89CCE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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