#89C8DC

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

Shades of Spray #89C8DC

Tints of Spray #89C8DC

Color information

#89C8DC (or 0x89C8DC) is unknown color: approx Spray. HEX triplet: 89, C8 and DC. RGB value is (137,200,220). Sum of RGB (Red+Green+Blue) = 137+200+220=557 (73% of max value = 765). Red value is 137 (53.91% from 255 or 24.60% from 557); Green value is 200 (78.52% from 255 or 35.91% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 220 - color contains mainly: blue. Hex color #89C8DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C8DC is #763723. Grayscale: #B7B7B7. Windows color (decimal): -7747364 or 14469257. OLE color: 14469257.

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

Color convert

RGB137200220-
CMYK0.380.0900.14
HSL194.46º54.25%70%-
HSV(B)194.46º37.73%86.27%-
XYZ43.8951.7975.39-
YUV183.44148.6394.87-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.60%
GREEN value IS 200 (78.52% from 255) = 35.91%
BLUE value IS 220 (86.33% from 255) = 39.50%
R=24.60%
G=35.91%
B=39.50%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1372002200.380.0900.14194.4654.2570
Hex89C8DC2690Ec23646
Octal211310334461101630266106
Binary100010011100100011011100100110100101110110000101101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89C8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,200,220); }

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

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

 a { background-color: rgb(137,200,220); }

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

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

 span { border-color: rgb(137,200,220); }

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