#89C7EA

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

Shades of Anakiwa #89C7EA

Tints of Anakiwa #89C7EA

Color information

#89C7EA (or 0x89C7EA) is unknown color: approx Anakiwa. HEX triplet: 89, C7 and EA. RGB value is (137,199,234). Sum of RGB (Red+Green+Blue) = 137+199+234=570 (75% of max value = 765). Red value is 137 (53.91% from 255 or 24.04% from 570); Green value is 199 (78.12% from 255 or 34.91% from 570); Blue value is 234 (91.80% from 255 or 41.05% from 570); Max value from RGB is 234 - color contains mainly: blue. Hex color #89C7EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89C7EA is #763815. Grayscale: #B8B8B8. Windows color (decimal): -7747606 or 15386505. OLE color: 15386505.

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

Color convert

RGB137199234-
CMYK0.410.1500.08
HSL201.65º69.78%72.75%-
HSV(B)201.65º41.45%91.76%-
XYZ45.5952.1185.5-
YUV184.45155.9694.15-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.04%
GREEN value IS 199 (78.12% from 255) = 34.91%
BLUE value IS 234 (91.80% from 255) = 41.05%
R=24.04%
G=34.91%
B=41.05%

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
Decimal1371992340.410.1500.08201.6569.7872.75
Hex89C7EA29F08ca4649
Octal2113073525117010312106111
Binary1000100111000111111010101010011111010001100101010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89C7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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