#89C7CD

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

Shades of Spray #89C7CD

Tints of Spray #89C7CD

Color information

#89C7CD (or 0x89C7CD) is unknown color: approx Spray. HEX triplet: 89, C7 and CD. RGB value is (137,199,205). Sum of RGB (Red+Green+Blue) = 137+199+205=541 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.32% from 541); Green value is 199 (78.12% from 255 or 36.78% from 541); Blue value is 205 (80.47% from 255 or 37.89% from 541); Max value from RGB is 205 - color contains mainly: blue. Hex color #89C7CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C7CD is #763832. Grayscale: #B5B5B5. Windows color (decimal): -7747635 or 13485961. OLE color: 13485961.

HSL color Cylindrical-coordinate representation of color #89C7CD: hue angle of 185.29º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #89C7CD is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB137199205-
CMYK0.330.0300.20
HSL185.29º40.48%67.06%-
HSV(B)185.29º33.17%80.39%-
XYZ41.7650.5765.32-
YUV181.15141.4696.51-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.32%
GREEN value IS 199 (78.12% from 255) = 36.78%
BLUE value IS 205 (80.47% from 255) = 37.89%
R=25.32%
G=36.78%
B=37.89%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1371992050.330.0300.20185.2940.4867.06
Hex89C7CD213014b92843
Octal21130731541302427150103
Binary10001001110001111100110110000111010100101110011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89C7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,199,205); }

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

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

 a { background-color: rgb(137,199,205); }

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

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

 span { border-color: rgb(137,199,205); }

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