#89DEDC

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

Shades of Spray #89DEDC

Tints of Spray #89DEDC

Color information

#89DEDC (or 0x89DEDC) is unknown color: approx Spray. HEX triplet: 89, DE and DC. RGB value is (137,222,220). Sum of RGB (Red+Green+Blue) = 137+222+220=579 (76% of max value = 765). Red value is 137 (53.91% from 255 or 23.66% from 579); Green value is 222 (87.11% from 255 or 38.34% from 579); Blue value is 220 (86.33% from 255 or 38.00% from 579); Max value from RGB is 222 - color contains mainly: green. Hex color #89DEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89DEDC is #762123. Grayscale: #C4C4C4. Windows color (decimal): -7741732 or 14474889. OLE color: 14474889.

HSL color Cylindrical-coordinate representation of color #89DEDC: hue angle of 178.59º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #89DEDC is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB137222220-
CMYK0.3800.010.13
HSL178.59º56.29%70.39%-
HSV(B)178.59º38.29%87.06%-
XYZ49.3662.7377.22-
YUV196.36141.3485.66-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 23.66%
GREEN value IS 222 (87.11% from 255) = 38.34%
BLUE value IS 220 (86.33% from 255) = 38.00%
R=23.66%
G=38.34%
B=38.00%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1372222200.3800.010.13178.5956.2970.39
Hex89DEDC2601Db33846
Octal21133633446011526370106
Binary100010011101111011011100100110011101101100111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89DEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,222,220); }

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

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

 a { background-color: rgb(137,222,220); }

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

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

 span { border-color: rgb(137,222,220); }

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