#89DDDC

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

Shades of Spray #89DDDC

Tints of Spray #89DDDC

Color information

#89DDDC (or 0x89DDDC) is unknown color: approx Spray. HEX triplet: 89, DD and DC. RGB value is (137,221,220). Sum of RGB (Red+Green+Blue) = 137+221+220=578 (76% of max value = 765). Red value is 137 (53.91% from 255 or 23.70% from 578); Green value is 221 (86.72% from 255 or 38.24% from 578); Blue value is 220 (86.33% from 255 or 38.06% from 578); Max value from RGB is 221 - color contains mainly: green. Hex color #89DDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89DDDC is #762223. Grayscale: #C3C3C3. Windows color (decimal): -7741988 or 14474633. OLE color: 14474633.

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

Color convert

RGB137221220-
CMYK0.3800.000.13
HSL179.29º55.26%70.2%-
HSV(B)179.29º38.01%86.67%-
XYZ49.0962.277.13-
YUV195.77141.6786.08-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 23.70%
GREEN value IS 221 (86.72% from 255) = 38.24%
BLUE value IS 220 (86.33% from 255) = 38.06%
R=23.70%
G=38.24%
B=38.06%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1372212200.3800.000.13179.2955.2670.2
Hex89DDDC2600Db33746
Octal21133533446001526367106
Binary100010011101110111011100100110001101101100111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89DDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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