#89CDD6

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

Shades of Spray #89CDD6

Tints of Spray #89CDD6

Color information

#89CDD6 (or 0x89CDD6) is unknown color: approx Spray. HEX triplet: 89, CD and D6. RGB value is (137,205,214). Sum of RGB (Red+Green+Blue) = 137+205+214=556 (73% of max value = 765). Red value is 137 (53.91% from 255 or 24.64% from 556); Green value is 205 (80.47% from 255 or 36.87% from 556); Blue value is 214 (83.98% from 255 or 38.49% from 556); Max value from RGB is 214 - color contains mainly: blue. Hex color #89CDD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CDD6 is #763229. Grayscale: #B9B9B9. Windows color (decimal): -7746090 or 14077321. OLE color: 14077321.

HSL color Cylindrical-coordinate representation of color #89CDD6: hue angle of 187.01º 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 #89CDD6 is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB137205214-
CMYK0.360.0400.16
HSL187.01º48.43%68.82%-
HSV(B)187.01º35.98%83.92%-
XYZ44.2953.8471.68-
YUV185.69143.9793.27-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.64%
GREEN value IS 205 (80.47% from 255) = 36.87%
BLUE value IS 214 (83.98% from 255) = 38.49%
R=24.64%
G=36.87%
B=38.49%

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
Decimal1372052140.360.0400.16187.0148.4368.82
Hex89CDD6244010bb3045
Octal21131532644402027360105
Binary100010011100110111010110100100100010000101110111100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89CDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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