#89BACB

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

Shades of Seagull #89BACB

Tints of Seagull #89BACB

Color information

#89BACB (or 0x89BACB) is unknown color: approx Seagull. HEX triplet: 89, BA and CB. RGB value is (137,186,203). Sum of RGB (Red+Green+Blue) = 137+186+203=526 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.05% from 526); Green value is 186 (73.05% from 255 or 35.36% from 526); Blue value is 203 (79.69% from 255 or 38.59% from 526); Max value from RGB is 203 - color contains mainly: blue. Hex color #89BACB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BACB is #764534. Grayscale: #ADADAD. Windows color (decimal): -7750965 or 13351561. OLE color: 13351561.

HSL color Cylindrical-coordinate representation of color #89BACB: hue angle of 195.45º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #89BACB is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB137186203-
CMYK0.330.0800.20
HSL195.45º38.82%66.67%-
HSV(B)195.45º32.51%79.61%-
XYZ38.6544.7563.1-
YUV173.29144.77102.12-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.05%
GREEN value IS 186 (73.05% from 255) = 35.36%
BLUE value IS 203 (79.69% from 255) = 38.59%
R=26.05%
G=35.36%
B=38.59%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1371862030.330.0800.20195.4538.8266.67
Hex89BACB218014c32743
Octal211272313411002430347103
Binary1000100110111010110010111000011000010100110000111001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89BACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,186,203); }

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

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

 a { background-color: rgb(137,186,203); }

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

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

 span { border-color: rgb(137,186,203); }

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