#89C5CA

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

Shades of Spray #89C5CA

Tints of Spray #89C5CA

Color information

#89C5CA (or 0x89C5CA) is unknown color: approx Spray. HEX triplet: 89, C5 and CA. RGB value is (137,197,202). Sum of RGB (Red+Green+Blue) = 137+197+202=536 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.56% from 536); Green value is 197 (77.34% from 255 or 36.75% from 536); Blue value is 202 (79.30% from 255 or 37.69% from 536); Max value from RGB is 202 - color contains mainly: blue. Hex color #89C5CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C5CA is #763A35. Grayscale: #B3B3B3. Windows color (decimal): -7748150 or 13288841. OLE color: 13288841.

HSL color Cylindrical-coordinate representation of color #89C5CA: hue angle of 184.62º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #89C5CA is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB137197202-
CMYK0.320.0200.21
HSL184.62º38.01%66.47%-
HSV(B)184.62º32.18%79.22%-
XYZ40.9449.5263.28-
YUV179.63140.6297.59-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.56%
GREEN value IS 197 (77.34% from 255) = 36.75%
BLUE value IS 202 (79.30% from 255) = 37.69%
R=25.56%
G=36.75%
B=37.69%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1371972020.320.0200.21184.6238.0166.47
Hex89C5CA202015b92642
Octal21130531240202527146102
Binary10001001110001011100101010000010010101101110011001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89C5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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