#89DBDE

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

Shades of Spray #89DBDE

Tints of Spray #89DBDE

Color information

#89DBDE (or 0x89DBDE) is unknown color: approx Spray. HEX triplet: 89, DB and DE. RGB value is (137,219,222). Sum of RGB (Red+Green+Blue) = 137+219+222=578 (76% of max value = 765). Red value is 137 (53.91% from 255 or 23.70% from 578); Green value is 219 (85.94% from 255 or 37.89% from 578); Blue value is 222 (87.11% from 255 or 38.41% from 578); Max value from RGB is 222 - color contains mainly: blue. Hex color #89DBDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89DBDE is #762421. Grayscale: #C2C2C2. Windows color (decimal): -7742498 or 14605193. OLE color: 14605193.

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

Color convert

RGB137219222-
CMYK0.380.0100.13
HSL182.12º56.29%70.39%-
HSV(B)182.12º38.29%87.06%-
XYZ48.8361.2678.36-
YUV194.82143.3386.76-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 23.70%
GREEN value IS 219 (85.94% from 255) = 37.89%
BLUE value IS 222 (87.11% from 255) = 38.41%
R=23.70%
G=37.89%
B=38.41%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1372192220.380.0100.13182.1256.2970.39
Hex89DBDE2610Db63846
Octal21133333646101526670106
Binary100010011101101111011110100110101101101101101110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89DBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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