#89C7DB

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

Shades of Spray #89C7DB

Tints of Spray #89C7DB

Color information

#89C7DB (or 0x89C7DB) is unknown color: approx Spray. HEX triplet: 89, C7 and DB. RGB value is (137,199,219). Sum of RGB (Red+Green+Blue) = 137+199+219=555 (73% of max value = 765). Red value is 137 (53.91% from 255 or 24.68% from 555); Green value is 199 (78.12% from 255 or 35.86% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 219 - color contains mainly: blue. Hex color #89C7DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C7DB is #763824. Grayscale: #B6B6B6. Windows color (decimal): -7747621 or 14403465. OLE color: 14403465.

HSL color Cylindrical-coordinate representation of color #89C7DB: hue angle of 194.63º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #89C7DB is Cyan = 0.37, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB137199219-
CMYK0.370.0900.14
HSL194.63º53.25%69.8%-
HSV(B)194.63º37.44%85.88%-
XYZ43.5351.2874.62-
YUV182.74148.4695.37-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.68%
GREEN value IS 199 (78.12% from 255) = 35.86%
BLUE value IS 219 (85.94% from 255) = 39.46%
R=24.68%
G=35.86%
B=39.46%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1371992190.370.0900.14194.6353.2569.8
Hex89C7DB2590Ec33546
Octal211307333451101630365106
Binary100010011100011111011011100101100101110110000111101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89C7DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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