#89D9DD

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

Shades of Spray #89D9DD

Tints of Spray #89D9DD

Color information

#89D9DD (or 0x89D9DD) is unknown color: approx Spray. HEX triplet: 89, D9 and DD. RGB value is (137,217,221). Sum of RGB (Red+Green+Blue) = 137+217+221=575 (76% of max value = 765). Red value is 137 (53.91% from 255 or 23.83% from 575); Green value is 217 (85.16% from 255 or 37.74% from 575); Blue value is 221 (86.72% from 255 or 38.43% from 575); Max value from RGB is 221 - color contains mainly: blue. Hex color #89D9DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89D9DD is #762622. Grayscale: #C1C1C1. Windows color (decimal): -7743011 or 14539145. OLE color: 14539145.

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

Color convert

RGB137217221-
CMYK0.380.0200.13
HSL182.86º55.26%70.2%-
HSV(B)182.86º38.01%86.67%-
XYZ48.1860.1677.48-
YUV193.54143.587.67-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 23.83%
GREEN value IS 217 (85.16% from 255) = 37.74%
BLUE value IS 221 (86.72% from 255) = 38.43%
R=23.83%
G=37.74%
B=38.43%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1372172210.380.0200.13182.8655.2670.2
Hex89D9DD2620Db73746
Octal21133133546201526767106
Binary1000100111011001110111011001101001101101101111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89D9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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