#89CADC

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

Shades of Spray #89CADC

Tints of Spray #89CADC

Color information

#89CADC (or 0x89CADC) is unknown color: approx Spray. HEX triplet: 89, CA and DC. RGB value is (137,202,220). Sum of RGB (Red+Green+Blue) = 137+202+220=559 (74% of max value = 765). Red value is 137 (53.91% from 255 or 24.51% from 559); Green value is 202 (79.30% from 255 or 36.14% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 220 - color contains mainly: blue. Hex color #89CADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CADC is #763523. Grayscale: #B8B8B8. Windows color (decimal): -7746852 or 14469769. OLE color: 14469769.

HSL color Cylindrical-coordinate representation of color #89CADC: hue angle of 193.01º 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 #89CADC is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB137202220-
CMYK0.380.0800.14
HSL193.01º54.25%70%-
HSV(B)193.01º37.73%86.27%-
XYZ44.3652.7375.55-
YUV184.62147.9794.04-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.51%
GREEN value IS 202 (79.30% from 255) = 36.14%
BLUE value IS 220 (86.33% from 255) = 39.36%
R=24.51%
G=36.14%
B=39.36%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1372022200.380.0800.14193.0154.2570
Hex89CADC2680Ec13646
Octal211312334461001630166106
Binary100010011100101011011100100110100001110110000011101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89CADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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