#89BCCE

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

Shades of Seagull #89BCCE

Tints of Seagull #89BCCE

Color information

#89BCCE (or 0x89BCCE) is unknown color: approx Seagull. HEX triplet: 89, BC and CE. RGB value is (137,188,206). Sum of RGB (Red+Green+Blue) = 137+188+206=531 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.80% from 531); Green value is 188 (73.83% from 255 or 35.40% from 531); Blue value is 206 (80.86% from 255 or 38.79% from 531); Max value from RGB is 206 - color contains mainly: blue. Hex color #89BCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BCCE is #764331. Grayscale: #AEAEAE. Windows color (decimal): -7750450 or 13548681. OLE color: 13548681.

HSL color Cylindrical-coordinate representation of color #89BCCE: hue angle of 195.65º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #89BCCE is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB137188206-
CMYK0.330.0900.19
HSL195.65º41.32%67.25%-
HSV(B)195.65º33.5%80.78%-
XYZ39.4445.7465.14-
YUV174.8145.6101.04-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.80%
GREEN value IS 188 (73.83% from 255) = 35.40%
BLUE value IS 206 (80.86% from 255) = 38.79%
R=25.80%
G=35.40%
B=38.79%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1371882060.330.0900.19195.6541.3267.25
Hex89BCCE219013c42943
Octal211274316411102330451103
Binary1000100110111100110011101000011001010011110001001010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89BCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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