#89B5C7

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

Shades of Seagull #89B5C7

Tints of Seagull #89B5C7

Color information

#89B5C7 (or 0x89B5C7) is unknown color: approx Seagull. HEX triplet: 89, B5 and C7. RGB value is (137,181,199). Sum of RGB (Red+Green+Blue) = 137+181+199=517 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.50% from 517); Green value is 181 (71.09% from 255 or 35.01% from 517); Blue value is 199 (78.12% from 255 or 38.49% from 517); Max value from RGB is 199 - color contains mainly: blue. Hex color #89B5C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89B5C7 is #764A38. Grayscale: #A9A9A9. Windows color (decimal): -7752249 or 13088137. OLE color: 13088137.

HSL color Cylindrical-coordinate representation of color #89B5C7: hue angle of 197.42º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #89B5C7 is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB137181199-
CMYK0.310.0900.22
HSL197.42º35.63%65.88%-
HSV(B)197.42º31.16%78.04%-
XYZ37.1542.4960.28-
YUV169.9144.42104.54-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.50%
GREEN value IS 181 (71.09% from 255) = 35.01%
BLUE value IS 199 (78.12% from 255) = 38.49%
R=26.50%
G=35.01%
B=38.49%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1371811990.310.0900.22197.4235.6365.88
Hex89B5C71F9016c52442
Octal211265307371102630544102
Binary100010011011010111000111111111001010110110001011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89B5C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,181,199); }

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

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

 a { background-color: rgb(137,181,199); }

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

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

 span { border-color: rgb(137,181,199); }

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