#89CDDB

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

Shades of Spray #89CDDB

Tints of Spray #89CDDB

Color information

#89CDDB (or 0x89CDDB) is unknown color: approx Spray. HEX triplet: 89, CD and DB. RGB value is (137,205,219). Sum of RGB (Red+Green+Blue) = 137+205+219=561 (74% of max value = 765). Red value is 137 (53.91% from 255 or 24.42% from 561); Green value is 205 (80.47% from 255 or 36.54% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 219 - color contains mainly: blue. Hex color #89CDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CDDB is #763224. Grayscale: #BABABA. Windows color (decimal): -7746085 or 14405001. OLE color: 14405001.

HSL color Cylindrical-coordinate representation of color #89CDDB: hue angle of 190.24º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #89CDDB is Cyan = 0.37, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB137205219-
CMYK0.370.0600.14
HSL190.24º53.25%69.8%-
HSV(B)190.24º37.44%85.88%-
XYZ44.9354.175.09-
YUV186.26146.4792.86-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.42%
GREEN value IS 205 (80.47% from 255) = 36.54%
BLUE value IS 219 (85.94% from 255) = 39.04%
R=24.42%
G=36.54%
B=39.04%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1372052190.370.0600.14190.2453.2569.8
Hex89CDDB2560Ebe3546
Octal21131533345601627665106
Binary10001001110011011101101110010111001110101111101101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89CDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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