#89DBDC

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

Shades of Spray #89DBDC

Tints of Spray #89DBDC

Color information

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

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

Color convert

RGB137219220-
CMYK0.380.0000.14
HSL180.72º54.25%70%-
HSV(B)180.72º37.73%86.27%-
XYZ48.5761.1576.95-
YUV194.6142.3386.92-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1372192200.380.0000.14180.7254.2570
Hex89DBDC2600Eb53646
Octal21133333446001626566106
Binary100010011101101111011100100110001110101101011101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89DBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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