#89DCDD

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

Shades of Spray #89DCDD

Tints of Spray #89DCDD

Color information

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

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

Color convert

RGB137220221-
CMYK0.380.0000.13
HSL180.71º55.26%70.2%-
HSV(B)180.71º38.01%86.67%-
XYZ48.9661.7377.74-
YUV195.3142.586.42-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1372202210.380.0000.13180.7155.2670.2
Hex89DCDD2600Db53746
Octal21133433546001526567106
Binary100010011101110011011101100110001101101101011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89DCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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