#89BBDB

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

Shades of Seagull #89BBDB

Tints of Seagull #89BBDB

Color information

#89BBDB (or 0x89BBDB) is unknown color: approx Seagull. HEX triplet: 89, BB and DB. RGB value is (137,187,219). Sum of RGB (Red+Green+Blue) = 137+187+219=543 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.23% from 543); Green value is 187 (73.44% from 255 or 34.44% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 219 - color contains mainly: blue. Hex color #89BBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BBDB is #764424. Grayscale: #AFAFAF. Windows color (decimal): -7750693 or 14400393. OLE color: 14400393.

HSL color Cylindrical-coordinate representation of color #89BBDB: hue angle of 203.41º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #89BBDB is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB137187219-
CMYK0.370.1500.14
HSL203.41º53.25%69.8%-
HSV(B)203.41º37.44%85.88%-
XYZ40.8745.9773.74-
YUV175.7152.44100.4-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.23%
GREEN value IS 187 (73.44% from 255) = 34.44%
BLUE value IS 219 (85.94% from 255) = 40.33%
R=25.23%
G=34.44%
B=40.33%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1371872190.370.1500.14203.4153.2569.8
Hex89BBDB25F0Ecb3546
Octal211273333451701631365106
Binary100010011011101111011011100101111101110110010111101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89BBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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