#89C8EA

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

Shades of Anakiwa #89C8EA

Tints of Anakiwa #89C8EA

Color information

#89C8EA (or 0x89C8EA) is unknown color: approx Anakiwa. HEX triplet: 89, C8 and EA. RGB value is (137,200,234). Sum of RGB (Red+Green+Blue) = 137+200+234=571 (75% of max value = 765). Red value is 137 (53.91% from 255 or 23.99% from 571); Green value is 200 (78.52% from 255 or 35.03% from 571); Blue value is 234 (91.80% from 255 or 40.98% from 571); Max value from RGB is 234 - color contains mainly: blue. Hex color #89C8EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89C8EA is #763715. Grayscale: #B8B8B8. Windows color (decimal): -7747350 or 15386761. OLE color: 15386761.

HSL color Cylindrical-coordinate representation of color #89C8EA: hue angle of 201.03º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #89C8EA is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB137200234-
CMYK0.410.1500.08
HSL201.03º69.78%72.75%-
HSV(B)201.03º41.45%91.76%-
XYZ45.8252.5785.57-
YUV185.04155.6393.74-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 23.99%
GREEN value IS 200 (78.52% from 255) = 35.03%
BLUE value IS 234 (91.80% from 255) = 40.98%
R=23.99%
G=35.03%
B=40.98%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1372002340.410.1500.08201.0369.7872.75
Hex89C8EA29F08c94649
Octal2113103525117010311106111
Binary1000100111001000111010101010011111010001100100110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89C8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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