#89D5E0

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

Shades of Spray #89D5E0

Tints of Spray #89D5E0

Color information

#89D5E0 (or 0x89D5E0) is unknown color: approx Spray. HEX triplet: 89, D5 and E0. RGB value is (137,213,224). Sum of RGB (Red+Green+Blue) = 137+213+224=574 (76% of max value = 765). Red value is 137 (53.91% from 255 or 23.87% from 574); Green value is 213 (83.59% from 255 or 37.11% from 574); Blue value is 224 (87.89% from 255 or 39.02% from 574); Max value from RGB is 224 - color contains mainly: blue. Hex color #89D5E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89D5E0 is #762A1F. Grayscale: #BFBFBF. Windows color (decimal): -7744032 or 14734729. OLE color: 14734729.

HSL color Cylindrical-coordinate representation of color #89D5E0: hue angle of 187.59º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #89D5E0 is Cyan = 0.39, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB137213224-
CMYK0.390.0500.12
HSL187.59º58.39%70.78%-
HSV(B)187.59º38.84%87.84%-
XYZ47.5758.2979.26-
YUV191.53146.3289.11-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 23.87%
GREEN value IS 213 (83.59% from 255) = 37.11%
BLUE value IS 224 (87.89% from 255) = 39.02%
R=23.87%
G=37.11%
B=39.02%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1372132240.390.0500.12187.5958.3970.78
Hex89D5E02750Cbc3a47
Octal21132534047501427472107
Binary10001001110101011110000010011110101100101111001110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89D5E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,213,224); }

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

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

 a { background-color: rgb(137,213,224); }

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

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

 span { border-color: rgb(137,213,224); }

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