#89B9CA

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

Shades of Seagull #89B9CA

Tints of Seagull #89B9CA

Color information

#89B9CA (or 0x89B9CA) is unknown color: approx Seagull. HEX triplet: 89, B9 and CA. RGB value is (137,185,202). Sum of RGB (Red+Green+Blue) = 137+185+202=524 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.15% from 524); Green value is 185 (72.66% from 255 or 35.31% from 524); Blue value is 202 (79.30% from 255 or 38.55% from 524); Max value from RGB is 202 - color contains mainly: blue. Hex color #89B9CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89B9CA is #764635. Grayscale: #ACACAC. Windows color (decimal): -7751222 or 13285769. OLE color: 13285769.

HSL color Cylindrical-coordinate representation of color #89B9CA: hue angle of 195.69º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #89B9CA is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB137185202-
CMYK0.320.0800.21
HSL195.69º38.01%66.47%-
HSV(B)195.69º32.18%79.22%-
XYZ38.3344.2862.4-
YUV172.59144.6102.62-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.15%
GREEN value IS 185 (72.66% from 255) = 35.31%
BLUE value IS 202 (79.30% from 255) = 38.55%
R=26.15%
G=35.31%
B=38.55%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1371852020.320.0800.21195.6938.0166.47
Hex89B9CA208015c42642
Octal211271312401002530446102
Binary1000100110111001110010101000001000010101110001001001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89B9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,185,202); }

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

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

 a { background-color: rgb(137,185,202); }

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

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

 span { border-color: rgb(137,185,202); }

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