#89DCDB

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

Shades of Spray #89DCDB

Tints of Spray #89DCDB

Color information

#89DCDB (or 0x89DCDB) is unknown color: approx Spray. HEX triplet: 89, DC and DB. RGB value is (137,220,219). Sum of RGB (Red+Green+Blue) = 137+220+219=576 (76% of max value = 765). Red value is 137 (53.91% from 255 or 23.78% from 576); Green value is 220 (86.33% from 255 or 38.19% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 220 - color contains mainly: green. Hex color #89DCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89DCDB is #762324. Grayscale: #C2C2C2. Windows color (decimal): -7742245 or 14408841. OLE color: 14408841.

HSL color Cylindrical-coordinate representation of color #89DCDB: hue angle of 179.28º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #89DCDB is Cyan = 0.38, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB137220219-
CMYK0.3800.000.14
HSL179.28º54.25%70%-
HSV(B)179.28º37.73%86.27%-
XYZ48.761.6276.34-
YUV195.07141.586.58-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 23.78%
GREEN value IS 220 (86.33% from 255) = 38.19%
BLUE value IS 219 (85.94% from 255) = 38.02%
R=23.78%
G=38.19%
B=38.02%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1372202190.3800.000.14179.2854.2570
Hex89DCDB2600Eb33646
Octal21133433346001626366106
Binary100010011101110011011011100110001110101100111101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89DCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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