#89DBDD

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

Shades of Spray #89DBDD

Tints of Spray #89DBDD

Color information

#89DBDD (or 0x89DBDD) is unknown color: approx Spray. HEX triplet: 89, DB and DD. RGB value is (137,219,221). Sum of RGB (Red+Green+Blue) = 137+219+221=577 (76% of max value = 765). Red value is 137 (53.91% from 255 or 23.74% from 577); Green value is 219 (85.94% from 255 or 37.95% from 577); Blue value is 221 (86.72% from 255 or 38.30% from 577); Max value from RGB is 221 - color contains mainly: blue. Hex color #89DBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89DBDD is #762422. Grayscale: #C2C2C2. Windows color (decimal): -7742499 or 14539657. OLE color: 14539657.

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

Color convert

RGB137219221-
CMYK0.380.0100.13
HSL181.43º55.26%70.2%-
HSV(B)181.43º38.01%86.67%-
XYZ48.761.277.65-
YUV194.71142.8386.84-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 23.74%
GREEN value IS 219 (85.94% from 255) = 37.95%
BLUE value IS 221 (86.72% from 255) = 38.30%
R=23.74%
G=37.95%
B=38.30%

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
Decimal1372192210.380.0100.13181.4355.2670.2
Hex89DBDD2610Db53746
Octal21133333546101526567106
Binary100010011101101111011101100110101101101101011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89DBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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