#89BBCD

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

Shades of Seagull #89BBCD

Tints of Seagull #89BBCD

Color information

#89BBCD (or 0x89BBCD) is unknown color: approx Seagull. HEX triplet: 89, BB and CD. RGB value is (137,187,205). Sum of RGB (Red+Green+Blue) = 137+187+205=529 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.90% from 529); Green value is 187 (73.44% from 255 or 35.35% from 529); Blue value is 205 (80.47% from 255 or 38.75% from 529); Max value from RGB is 205 - color contains mainly: blue. Hex color #89BBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BBCD is #764432. Grayscale: #ADADAD. Windows color (decimal): -7750707 or 13482889. OLE color: 13482889.

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

Color convert

RGB137187205-
CMYK0.330.0900.20
HSL195.88º40.48%67.06%-
HSV(B)195.88º33.17%80.39%-
XYZ39.1145.2764.43-
YUV174.1145.44101.54-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.90%
GREEN value IS 187 (73.44% from 255) = 35.35%
BLUE value IS 205 (80.47% from 255) = 38.75%
R=25.90%
G=35.35%
B=38.75%

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
Decimal1371872050.330.0900.20195.8840.4867.06
Hex89BBCD219014c42843
Octal211273315411102430450103
Binary1000100110111011110011011000011001010100110001001010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89BBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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