#89C8DD

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

Shades of Spray #89C8DD

Tints of Spray #89C8DD

Color information

#89C8DD (or 0x89C8DD) is unknown color: approx Spray. HEX triplet: 89, C8 and DD. RGB value is (137,200,221). Sum of RGB (Red+Green+Blue) = 137+200+221=558 (73% of max value = 765). Red value is 137 (53.91% from 255 or 24.55% from 558); Green value is 200 (78.52% from 255 or 35.84% from 558); Blue value is 221 (86.72% from 255 or 39.61% from 558); Max value from RGB is 221 - color contains mainly: blue. Hex color #89C8DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C8DD is #763722. Grayscale: #B7B7B7. Windows color (decimal): -7747363 or 14534793. OLE color: 14534793.

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

Color convert

RGB137200221-
CMYK0.380.1000.13
HSL195º55.26%70.2%-
HSV(B)195º38.01%86.67%-
XYZ44.0251.8576.09-
YUV183.56149.1394.79-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.55%
GREEN value IS 200 (78.52% from 255) = 35.84%
BLUE value IS 221 (86.72% from 255) = 39.61%
R=24.55%
G=35.84%
B=39.61%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1372002210.380.1000.1319555.2670.2
Hex89C8DD26A0Dc33746
Octal211310335461201530367106
Binary100010011100100011011101100110101001101110000111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89C8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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