#89D8D9

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

Shades of Spray #89D8D9

Tints of Spray #89D8D9

Color information

#89D8D9 (or 0x89D8D9) is unknown color: approx Spray. HEX triplet: 89, D8 and D9. RGB value is (137,216,217). Sum of RGB (Red+Green+Blue) = 137+216+217=570 (75% of max value = 765). Red value is 137 (53.91% from 255 or 24.04% from 570); Green value is 216 (84.77% from 255 or 37.89% from 570); Blue value is 217 (85.16% from 255 or 38.07% from 570); Max value from RGB is 217 - color contains mainly: blue. Hex color #89D8D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89D8D9 is #762726. Grayscale: #C0C0C0. Windows color (decimal): -7743271 or 14276745. OLE color: 14276745.

HSL color Cylindrical-coordinate representation of color #89D8D9: hue angle of 180.75º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #89D8D9 is Cyan = 0.37, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB137216217-
CMYK0.370.0000.15
HSL180.75º51.28%69.41%-
HSV(B)180.75º36.87%85.1%-
XYZ47.459.4474.62-
YUV192.49141.8388.42-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.04%
GREEN value IS 216 (84.77% from 255) = 37.89%
BLUE value IS 217 (85.16% from 255) = 38.07%
R=24.04%
G=37.89%
B=38.07%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1372162170.370.0000.15180.7551.2869.41
Hex89D8D92500Fb53345
Octal21133033145001726563105
Binary100010011101100011011001100101001111101101011100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89D8D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,216,217); }

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

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

 a { background-color: rgb(137,216,217); }

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

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

 span { border-color: rgb(137,216,217); }

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