#89BACD

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

Shades of Seagull #89BACD

Tints of Seagull #89BACD

Color information

#89BACD (or 0x89BACD) is unknown color: approx Seagull. HEX triplet: 89, BA and CD. RGB value is (137,186,205). Sum of RGB (Red+Green+Blue) = 137+186+205=528 (69% of max value = 765). Red value is 137 (53.91% from 255 or 25.95% from 528); Green value is 186 (73.05% from 255 or 35.23% from 528); Blue value is 205 (80.47% from 255 or 38.83% from 528); Max value from RGB is 205 - color contains mainly: blue. Hex color #89BACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BACD is #764532. Grayscale: #ADADAD. Windows color (decimal): -7750963 or 13482633. OLE color: 13482633.

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

Color convert

RGB137186205-
CMYK0.330.0900.20
HSL196.76º40.48%67.06%-
HSV(B)196.76º33.17%80.39%-
XYZ38.8944.8464.36-
YUV173.52145.77101.96-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.95%
GREEN value IS 186 (73.05% from 255) = 35.23%
BLUE value IS 205 (80.47% from 255) = 38.83%
R=25.95%
G=35.23%
B=38.83%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1371862050.330.0900.20196.7640.4867.06
Hex89BACD219014c52843
Octal211272315411102430550103
Binary1000100110111010110011011000011001010100110001011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89BACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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