#89BCDB

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

Shades of Seagull #89BCDB

Tints of Seagull #89BCDB

Color information

#89BCDB (or 0x89BCDB) is unknown color: approx Seagull. HEX triplet: 89, BC and DB. RGB value is (137,188,219). Sum of RGB (Red+Green+Blue) = 137+188+219=544 (72% of max value = 765). Red value is 137 (53.91% from 255 or 25.18% from 544); Green value is 188 (73.83% from 255 or 34.56% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 219 - color contains mainly: blue. Hex color #89BCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BCDB is #764324. Grayscale: #B0B0B0. Windows color (decimal): -7750437 or 14400649. OLE color: 14400649.

HSL color Cylindrical-coordinate representation of color #89BCDB: hue angle of 202.68º 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 #89BCDB is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB137188219-
CMYK0.370.1400.14
HSL202.68º53.25%69.8%-
HSV(B)202.68º37.44%85.88%-
XYZ41.0946.473.81-
YUV176.28152.199.98-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.18%
GREEN value IS 188 (73.83% from 255) = 34.56%
BLUE value IS 219 (85.94% from 255) = 40.26%
R=25.18%
G=34.56%
B=40.26%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1371882190.370.1400.14202.6853.2569.8
Hex89BCDB25E0Ecb3546
Octal211274333451601631365106
Binary100010011011110011011011100101111001110110010111101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89BCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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