#89C4D0

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

Shades of Spray #89C4D0

Tints of Spray #89C4D0

Color information

#89C4D0 (or 0x89C4D0) is unknown color: approx Spray. HEX triplet: 89, C4 and D0. RGB value is (137,196,208). Sum of RGB (Red+Green+Blue) = 137+196+208=541 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.32% from 541); Green value is 196 (76.95% from 255 or 36.23% from 541); Blue value is 208 (81.64% from 255 or 38.45% from 541); Max value from RGB is 208 - color contains mainly: blue. Hex color #89C4D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C4D0 is #763B2F. Grayscale: #B3B3B3. Windows color (decimal): -7748400 or 13681801. OLE color: 13681801.

HSL color Cylindrical-coordinate representation of color #89C4D0: hue angle of 190.14º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #89C4D0 is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB137196208-
CMYK0.340.0600.18
HSL190.14º43.03%67.65%-
HSV(B)190.14º34.13%81.57%-
XYZ41.4449.3567.02-
YUV179.73143.9597.52-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.32%
GREEN value IS 196 (76.95% from 255) = 36.23%
BLUE value IS 208 (81.64% from 255) = 38.45%
R=25.32%
G=36.23%
B=38.45%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1371962080.340.0600.18190.1443.0367.65
Hex89C4D0226012be2b44
Octal21130432042602227653104
Binary100010011100010011010000100010110010010101111101010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89C4D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,196,208); }

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

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

 a { background-color: rgb(137,196,208); }

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

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

 span { border-color: rgb(137,196,208); }

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