#89C2D9

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

Shades of Spray #89C2D9

Tints of Spray #89C2D9

Color information

#89C2D9 (or 0x89C2D9) is unknown color: approx Spray. HEX triplet: 89, C2 and D9. RGB value is (137,194,217). Sum of RGB (Red+Green+Blue) = 137+194+217=548 (72% of max value = 765). Red value is 137 (53.91% from 255 or 25% from 548); Green value is 194 (76.17% from 255 or 35.40% from 548); Blue value is 217 (85.16% from 255 or 39.60% from 548); Max value from RGB is 217 - color contains mainly: blue. Hex color #89C2D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C2D9 is #763D26. Grayscale: #B3B3B3. Windows color (decimal): -7748903 or 14271113. OLE color: 14271113.

HSL color Cylindrical-coordinate representation of color #89C2D9: hue angle of 197.25º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #89C2D9 is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB137194217-
CMYK0.370.1100.15
HSL197.25º51.28%69.41%-
HSV(B)197.25º36.87%85.1%-
XYZ42.1348.9172.87-
YUV179.58149.1297.63-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25%
GREEN value IS 194 (76.17% from 255) = 35.40%
BLUE value IS 217 (85.16% from 255) = 39.60%
R=25%
G=35.40%
B=39.60%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1371942170.370.1100.15197.2551.2869.41
Hex89C2D925B0Fc53345
Octal211302331451301730563105
Binary100010011100001011011001100101101101111110001011100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89C2D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,194,217); }

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

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

 a { background-color: rgb(137,194,217); }

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

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

 span { border-color: rgb(137,194,217); }

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