#89DADC

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

Shades of Spray #89DADC

Tints of Spray #89DADC

Color information

#89DADC (or 0x89DADC) is unknown color: approx Spray. HEX triplet: 89, DA and DC. RGB value is (137,218,220). Sum of RGB (Red+Green+Blue) = 137+218+220=575 (76% of max value = 765). Red value is 137 (53.91% from 255 or 23.83% from 575); Green value is 218 (85.55% from 255 or 37.91% from 575); Blue value is 220 (86.33% from 255 or 38.26% from 575); Max value from RGB is 220 - color contains mainly: blue. Hex color #89DADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89DADC is #762523. Grayscale: #C1C1C1. Windows color (decimal): -7742756 or 14473865. OLE color: 14473865.

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

Color convert

RGB137218220-
CMYK0.380.0100.14
HSL181.45º54.25%70%-
HSV(B)181.45º37.73%86.27%-
XYZ48.3160.6376.87-
YUV194.01142.6687.34-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 23.83%
GREEN value IS 218 (85.55% from 255) = 37.91%
BLUE value IS 220 (86.33% from 255) = 38.26%
R=23.83%
G=37.91%
B=38.26%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1372182200.380.0100.14181.4554.2570
Hex89DADC2610Eb53646
Octal21133233446101626566106
Binary100010011101101011011100100110101110101101011101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89DADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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