#89D5DC

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

Shades of Spray #89D5DC

Tints of Spray #89D5DC

Color information

#89D5DC (or 0x89D5DC) is unknown color: approx Spray. HEX triplet: 89, D5 and DC. RGB value is (137,213,220). Sum of RGB (Red+Green+Blue) = 137+213+220=570 (75% of max value = 765). Red value is 137 (53.91% from 255 or 24.04% from 570); Green value is 213 (83.59% from 255 or 37.37% from 570); Blue value is 220 (86.33% from 255 or 38.60% from 570); Max value from RGB is 220 - color contains mainly: blue. Hex color #89D5DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89D5DC is #762A23. Grayscale: #BEBEBE. Windows color (decimal): -7744036 or 14472585. OLE color: 14472585.

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

Color convert

RGB137213220-
CMYK0.380.0300.14
HSL185.06º54.25%70%-
HSV(B)185.06º37.73%86.27%-
XYZ47.0358.0776.44-
YUV191.07144.3289.43-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.04%
GREEN value IS 213 (83.59% from 255) = 37.37%
BLUE value IS 220 (86.33% from 255) = 38.60%
R=24.04%
G=37.37%
B=38.60%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1372132200.380.0300.14185.0654.2570
Hex89D5DC2630Eb93646
Octal21132533446301627166106
Binary1000100111010101110111001001101101110101110011101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89D5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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