#89CED6

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

Shades of Spray #89CED6

Tints of Spray #89CED6

Color information

#89CED6 (or 0x89CED6) is unknown color: approx Spray. HEX triplet: 89, CE and D6. RGB value is (137,206,214). Sum of RGB (Red+Green+Blue) = 137+206+214=557 (73% of max value = 765). Red value is 137 (53.91% from 255 or 24.60% from 557); Green value is 206 (80.86% from 255 or 36.98% from 557); Blue value is 214 (83.98% from 255 or 38.42% from 557); Max value from RGB is 214 - color contains mainly: blue. Hex color #89CED6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CED6 is #763129. Grayscale: #BABABA. Windows color (decimal): -7745834 or 14077577. OLE color: 14077577.

HSL color Cylindrical-coordinate representation of color #89CED6: hue angle of 186.23º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #89CED6 is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB137206214-
CMYK0.360.0400.16
HSL186.23º48.43%68.82%-
HSV(B)186.23º35.98%83.92%-
XYZ44.5354.3271.76-
YUV186.28143.6492.85-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.60%
GREEN value IS 206 (80.86% from 255) = 36.98%
BLUE value IS 214 (83.98% from 255) = 38.42%
R=24.60%
G=36.98%
B=38.42%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1372062140.360.0400.16186.2348.4368.82
Hex89CED6244010ba3045
Octal21131632644402027260105
Binary100010011100111011010110100100100010000101110101100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89CED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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