#89DADD

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

Shades of Spray #89DADD

Tints of Spray #89DADD

Color information

#89DADD (or 0x89DADD) is unknown color: approx Spray. HEX triplet: 89, DA and DD. RGB value is (137,218,221). Sum of RGB (Red+Green+Blue) = 137+218+221=576 (76% of max value = 765). Red value is 137 (53.91% from 255 or 23.78% from 576); Green value is 218 (85.55% from 255 or 37.85% from 576); Blue value is 221 (86.72% from 255 or 38.37% from 576); Max value from RGB is 221 - color contains mainly: blue. Hex color #89DADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89DADD is #762522. Grayscale: #C2C2C2. Windows color (decimal): -7742755 or 14539401. OLE color: 14539401.

HSL color Cylindrical-coordinate representation of color #89DADD: hue angle of 182.14º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #89DADD is Cyan = 0.38, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB137218221-
CMYK0.380.0100.13
HSL182.14º55.26%70.2%-
HSV(B)182.14º38.01%86.67%-
XYZ48.4460.6877.57-
YUV194.12143.1687.26-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 23.78%
GREEN value IS 218 (85.55% from 255) = 37.85%
BLUE value IS 221 (86.72% from 255) = 38.37%
R=23.78%
G=37.85%
B=38.37%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1372182210.380.0100.13182.1455.2670.2
Hex89DADD2610Db63746
Octal21133233546101526667106
Binary100010011101101011011101100110101101101101101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89DADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,218,221); }

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

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

 a { background-color: rgb(137,218,221); }

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

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

 span { border-color: rgb(137,218,221); }

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