#89DEDE

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

Shades of Spray #89DEDE

Tints of Spray #89DEDE

Color information

#89DEDE (or 0x89DEDE) is unknown color: approx Spray. HEX triplet: 89, DE and DE. RGB value is (137,222,222). Sum of RGB (Red+Green+Blue) = 137+222+222=581 (76% of max value = 765). Red value is 137 (53.91% from 255 or 23.58% from 581); Green value is 222 (87.11% from 255 or 38.21% from 581); Blue value is 222 (87.11% from 255 or 38.21% from 581); Max value from RGB is 222 - color contains mainly: green, blue. Hex color #89DEDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89DEDE is #762121. Grayscale: #C4C4C4. Windows color (decimal): -7741730 or 14605961. OLE color: 14605961.

HSL color Cylindrical-coordinate representation of color #89DEDE: hue angle of 180º 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 #89DEDE is Cyan = 0.38, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB137222222-
CMYK0.38000.13
HSL180º56.29%70.39%-
HSV(B)180º38.29%87.06%-
XYZ49.6262.8378.62-
YUV196.58142.3485.5-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 23.58%
GREEN value IS 222 (87.11% from 255) = 38.21%
BLUE value IS 222 (87.11% from 255) = 38.21%
R=23.58%
G=38.21%
B=38.21%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1372222220.38000.1318056.2970.39
Hex89DEDE2600Db43846
Octal21133633646001526470106
Binary100010011101111011011110100110001101101101001110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89DEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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