#89CED9

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

Shades of Spray #89CED9

Tints of Spray #89CED9

Color information

#89CED9 (or 0x89CED9) is unknown color: approx Spray. HEX triplet: 89, CE and D9. RGB value is (137,206,217). Sum of RGB (Red+Green+Blue) = 137+206+217=560 (74% of max value = 765). Red value is 137 (53.91% from 255 or 24.46% from 560); Green value is 206 (80.86% from 255 or 36.79% from 560); Blue value is 217 (85.16% from 255 or 38.75% from 560); Max value from RGB is 217 - color contains mainly: blue. Hex color #89CED9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CED9 is #763126. Grayscale: #BABABA. Windows color (decimal): -7745831 or 14274185. OLE color: 14274185.

HSL color Cylindrical-coordinate representation of color #89CED9: hue angle of 188.25º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #89CED9 is Cyan = 0.37, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB137206217-
CMYK0.370.0500.15
HSL188.25º51.28%69.41%-
HSV(B)188.25º36.87%85.1%-
XYZ44.9154.4773.79-
YUV186.62145.1492.61-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.46%
GREEN value IS 206 (80.86% from 255) = 36.79%
BLUE value IS 217 (85.16% from 255) = 38.75%
R=24.46%
G=36.79%
B=38.75%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1372062170.370.0500.15188.2551.2869.41
Hex89CED92550Fbc3345
Octal21131633145501727463105
Binary10001001110011101101100110010110101111101111001100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89CED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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