#89CAEA

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

Shades of Anakiwa #89CAEA

Tints of Anakiwa #89CAEA

Color information

#89CAEA (or 0x89CAEA) is unknown color: approx Anakiwa. HEX triplet: 89, CA and EA. RGB value is (137,202,234). Sum of RGB (Red+Green+Blue) = 137+202+234=573 (75% of max value = 765). Red value is 137 (53.91% from 255 or 23.91% from 573); Green value is 202 (79.30% from 255 or 35.25% from 573); Blue value is 234 (91.80% from 255 or 40.84% from 573); Max value from RGB is 234 - color contains mainly: blue. Hex color #89CAEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89CAEA is #763515. Grayscale: #BABABA. Windows color (decimal): -7746838 or 15387273. OLE color: 15387273.

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

Color convert

RGB137202234-
CMYK0.410.1400.08
HSL199.79º69.78%72.75%-
HSV(B)199.79º41.45%91.76%-
XYZ46.2953.585.73-
YUV186.21154.9792.9-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 23.91%
GREEN value IS 202 (79.30% from 255) = 35.25%
BLUE value IS 234 (91.80% from 255) = 40.84%
R=23.91%
G=35.25%
B=40.84%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1372022340.410.1400.08199.7969.7872.75
Hex89CAEA29E08c84649
Octal2113123525116010310106111
Binary1000100111001010111010101010011110010001100100010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89CAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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