#89BBD0

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

Shades of Seagull #89BBD0

Tints of Seagull #89BBD0

Color information

#89BBD0 (or 0x89BBD0) is unknown color: approx Seagull. HEX triplet: 89, BB and D0. RGB value is (137,187,208). Sum of RGB (Red+Green+Blue) = 137+187+208=532 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.75% from 532); Green value is 187 (73.44% from 255 or 35.15% from 532); Blue value is 208 (81.64% from 255 or 39.10% from 532); Max value from RGB is 208 - color contains mainly: blue. Hex color #89BBD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BBD0 is #76442F. Grayscale: #AEAEAE. Windows color (decimal): -7750704 or 13679497. OLE color: 13679497.

HSL color Cylindrical-coordinate representation of color #89BBD0: hue angle of 197.75º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #89BBD0 is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB137187208-
CMYK0.340.1000.18
HSL197.75º43.03%67.65%-
HSV(B)197.75º34.13%81.57%-
XYZ39.4745.4166.36-
YUV174.44146.94101.29-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.75%
GREEN value IS 187 (73.44% from 255) = 35.15%
BLUE value IS 208 (81.64% from 255) = 39.10%
R=25.75%
G=35.15%
B=39.10%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1371872080.340.1000.18197.7543.0367.65
Hex89BBD022A012c62b44
Octal211273320421202230653104
Binary1000100110111011110100001000101010010010110001101010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89BBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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