#89D2DE

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

Shades of Spray #89D2DE

Tints of Spray #89D2DE

Color information

#89D2DE (or 0x89D2DE) is unknown color: approx Spray. HEX triplet: 89, D2 and DE. RGB value is (137,210,222). Sum of RGB (Red+Green+Blue) = 137+210+222=569 (75% of max value = 765). Red value is 137 (53.91% from 255 or 24.08% from 569); Green value is 210 (82.42% from 255 or 36.91% from 569); Blue value is 222 (87.11% from 255 or 39.02% from 569); Max value from RGB is 222 - color contains mainly: blue. Hex color #89D2DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89D2DE is #762D21. Grayscale: #BDBDBD. Windows color (decimal): -7744802 or 14602889. OLE color: 14602889.

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

Color convert

RGB137210222-
CMYK0.380.0500.13
HSL188.47º56.29%70.39%-
HSV(B)188.47º38.29%87.06%-
XYZ46.5556.6977.6-
YUV189.54146.3290.52-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.08%
GREEN value IS 210 (82.42% from 255) = 36.91%
BLUE value IS 222 (87.11% from 255) = 39.02%
R=24.08%
G=36.91%
B=39.02%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1372102220.380.0500.13188.4756.2970.39
Hex89D2DE2650Dbc3846
Octal21132233646501527470106
Binary10001001110100101101111010011010101101101111001110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89D2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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