#89BECD

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

Shades of Seagull #89BECD

Tints of Seagull #89BECD

Color information

#89BECD (or 0x89BECD) is unknown color: approx Seagull. HEX triplet: 89, BE and CD. RGB value is (137,190,205). Sum of RGB (Red+Green+Blue) = 137+190+205=532 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.75% from 532); Green value is 190 (74.61% from 255 or 35.71% from 532); Blue value is 205 (80.47% from 255 or 38.53% from 532); Max value from RGB is 205 - color contains mainly: blue. Hex color #89BECD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BECD is #764132. Grayscale: #AFAFAF. Windows color (decimal): -7749939 or 13483657. OLE color: 13483657.

HSL color Cylindrical-coordinate representation of color #89BECD: hue angle of 193.24º degrees, saturation: 0.4, 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 #89BECD is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB137190205-
CMYK0.330.0700.20
HSL193.24º40.48%67.06%-
HSV(B)193.24º33.17%80.39%-
XYZ39.7546.5564.65-
YUV175.86144.44100.28-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.75%
GREEN value IS 190 (74.61% from 255) = 35.71%
BLUE value IS 205 (80.47% from 255) = 38.53%
R=25.75%
G=35.71%
B=38.53%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1371902050.330.0700.20193.2440.4867.06
Hex89BECD217014c12843
Octal21127631541702430150103
Binary100010011011111011001101100001111010100110000011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89BECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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