#89DBDA

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

Shades of Spray #89DBDA

Tints of Spray #89DBDA

Color information

#89DBDA (or 0x89DBDA) is unknown color: approx Spray. HEX triplet: 89, DB and DA. RGB value is (137,219,218). Sum of RGB (Red+Green+Blue) = 137+219+218=574 (76% of max value = 765). Red value is 137 (53.91% from 255 or 23.87% from 574); Green value is 219 (85.94% from 255 or 38.15% from 574); Blue value is 218 (85.55% from 255 or 37.98% from 574); Max value from RGB is 219 - color contains mainly: green. Hex color #89DBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89DBDA is #762425. Grayscale: #C2C2C2. Windows color (decimal): -7742502 or 14343049. OLE color: 14343049.

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

Color convert

RGB137219218-
CMYK0.3700.000.14
HSL179.27º53.25%69.8%-
HSV(B)179.27º37.44%85.88%-
XYZ48.361.0475.57-
YUV194.37141.3387.08-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 23.87%
GREEN value IS 219 (85.94% from 255) = 38.15%
BLUE value IS 218 (85.55% from 255) = 37.98%
R=23.87%
G=38.15%
B=37.98%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1372192180.3700.000.14179.2753.2569.8
Hex89DBDA2500Eb33546
Octal21133333245001626365106
Binary100010011101101111011010100101001110101100111101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89DBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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