#89B6CA

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

Shades of Seagull #89B6CA

Tints of Seagull #89B6CA

Color information

#89B6CA (or 0x89B6CA) is unknown color: approx Seagull. HEX triplet: 89, B6 and CA. RGB value is (137,182,202). Sum of RGB (Red+Green+Blue) = 137+182+202=521 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.30% from 521); Green value is 182 (71.48% from 255 or 34.93% from 521); Blue value is 202 (79.30% from 255 or 38.77% from 521); Max value from RGB is 202 - color contains mainly: blue. Hex color #89B6CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89B6CA is #764935. Grayscale: #AAAAAA. Windows color (decimal): -7751990 or 13285001. OLE color: 13285001.

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

Color convert

RGB137182202-
CMYK0.320.1000.21
HSL198.46º38.01%66.47%-
HSV(B)198.46º32.18%79.22%-
XYZ37.7143.0462.2-
YUV170.82145.59103.87-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.30%
GREEN value IS 182 (71.48% from 255) = 34.93%
BLUE value IS 202 (79.30% from 255) = 38.77%
R=26.30%
G=34.93%
B=38.77%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1371822020.320.1000.21198.4638.0166.47
Hex89B6CA20A015c62642
Octal211266312401202530646102
Binary1000100110110110110010101000001010010101110001101001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89B6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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