#89C5DB

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

Shades of Spray #89C5DB

Tints of Spray #89C5DB

Color information

#89C5DB (or 0x89C5DB) is unknown color: approx Spray. HEX triplet: 89, C5 and DB. RGB value is (137,197,219). Sum of RGB (Red+Green+Blue) = 137+197+219=553 (73% of max value = 765). Red value is 137 (53.91% from 255 or 24.77% from 553); Green value is 197 (77.34% from 255 or 35.62% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 219 - color contains mainly: blue. Hex color #89C5DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C5DB is #763A24. Grayscale: #B5B5B5. Windows color (decimal): -7748133 or 14402953. OLE color: 14402953.

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

Color convert

RGB137197219-
CMYK0.370.1000.14
HSL196.1º53.25%69.8%-
HSV(B)196.1º37.44%85.88%-
XYZ43.0750.3774.47-
YUV181.57149.1296.21-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.77%
GREEN value IS 197 (77.34% from 255) = 35.62%
BLUE value IS 219 (85.94% from 255) = 39.60%
R=24.77%
G=35.62%
B=39.60%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1371972190.370.1000.14196.153.2569.8
Hex89C5DB25A0Ec43546
Octal211305333451201630465106
Binary100010011100010111011011100101101001110110001001101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89C5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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