#89D6DE

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

Shades of Spray #89D6DE

Tints of Spray #89D6DE

Color information

#89D6DE (or 0x89D6DE) is unknown color: approx Spray. HEX triplet: 89, D6 and DE. RGB value is (137,214,222). Sum of RGB (Red+Green+Blue) = 137+214+222=573 (75% of max value = 765). Red value is 137 (53.91% from 255 or 23.91% from 573); Green value is 214 (83.98% from 255 or 37.35% from 573); Blue value is 222 (87.11% from 255 or 38.74% from 573); Max value from RGB is 222 - color contains mainly: blue. Hex color #89D6DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89D6DE is #762921. Grayscale: #BFBFBF. Windows color (decimal): -7743778 or 14603913. OLE color: 14603913.

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

Color convert

RGB137214222-
CMYK0.380.0400.13
HSL185.65º56.29%70.39%-
HSV(B)185.65º38.29%87.06%-
XYZ47.5558.6977.93-
YUV191.89144.9988.85-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 23.91%
GREEN value IS 214 (83.98% from 255) = 37.35%
BLUE value IS 222 (87.11% from 255) = 38.74%
R=23.91%
G=37.35%
B=38.74%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1372142220.380.0400.13185.6556.2970.39
Hex89D6DE2640Dba3846
Octal21132633646401527270106
Binary10001001110101101101111010011010001101101110101110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89D6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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