#89D1DB

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

Shades of Spray #89D1DB

Tints of Spray #89D1DB

Color information

#89D1DB (or 0x89D1DB) is unknown color: approx Spray. HEX triplet: 89, D1 and DB. RGB value is (137,209,219). Sum of RGB (Red+Green+Blue) = 137+209+219=565 (74% of max value = 765). Red value is 137 (53.91% from 255 or 24.25% from 565); Green value is 209 (82.03% from 255 or 36.99% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 219 - color contains mainly: blue. Hex color #89D1DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89D1DB is #762E24. Grayscale: #BCBCBC. Windows color (decimal): -7745061 or 14406025. OLE color: 14406025.

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

Color convert

RGB137209219-
CMYK0.370.0500.14
HSL187.32º53.25%69.8%-
HSV(B)187.32º37.44%85.88%-
XYZ45.956.0375.41-
YUV188.61145.1591.19-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.25%
GREEN value IS 209 (82.03% from 255) = 36.99%
BLUE value IS 219 (85.94% from 255) = 38.76%
R=24.25%
G=36.99%
B=38.76%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1372092190.370.0500.14187.3253.2569.8
Hex89D1DB2550Ebb3546
Octal21132133345501627365106
Binary10001001110100011101101110010110101110101110111101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89D1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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