#89BDCA

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

Shades of Seagull #89BDCA

Tints of Seagull #89BDCA

Color information

#89BDCA (or 0x89BDCA) is unknown color: approx Seagull. HEX triplet: 89, BD and CA. RGB value is (137,189,202). Sum of RGB (Red+Green+Blue) = 137+189+202=528 (69% of max value = 765). Red value is 137 (53.91% from 255 or 25.95% from 528); Green value is 189 (74.22% from 255 or 35.80% from 528); Blue value is 202 (79.30% from 255 or 38.26% from 528); Max value from RGB is 202 - color contains mainly: blue. Hex color #89BDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BDCA is #764235. Grayscale: #AEAEAE. Windows color (decimal): -7750198 or 13286793. OLE color: 13286793.

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

Color convert

RGB137189202-
CMYK0.320.0600.21
HSL192º38.01%66.47%-
HSV(B)192º32.18%79.22%-
XYZ39.1745.9862.69-
YUV174.93143.27100.94-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.95%
GREEN value IS 189 (74.22% from 255) = 35.80%
BLUE value IS 202 (79.30% from 255) = 38.26%
R=25.95%
G=35.80%
B=38.26%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1371892020.320.0600.2119238.0166.47
Hex89BDCA206015c02642
Octal21127531240602530046102
Binary100010011011110111001010100000110010101110000001001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89BDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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