#89BFD0

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

Shades of Seagull #89BFD0

Tints of Seagull #89BFD0

Color information

#89BFD0 (or 0x89BFD0) is unknown color: approx Seagull. HEX triplet: 89, BF and D0. RGB value is (137,191,208). Sum of RGB (Red+Green+Blue) = 137+191+208=536 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.56% from 536); Green value is 191 (75% from 255 or 35.63% from 536); Blue value is 208 (81.64% from 255 or 38.81% from 536); Max value from RGB is 208 - color contains mainly: blue. Hex color #89BFD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BFD0 is #76402F. Grayscale: #B0B0B0. Windows color (decimal): -7749680 or 13680521. OLE color: 13680521.

HSL color Cylindrical-coordinate representation of color #89BFD0: hue angle of 194.37º 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 #89BFD0 is Cyan = 0.34, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB137191208-
CMYK0.340.0800.18
HSL194.37º43.03%67.65%-
HSV(B)194.37º34.13%81.57%-
XYZ40.3347.1366.65-
YUV176.79145.6199.62-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.56%
GREEN value IS 191 (75% from 255) = 35.63%
BLUE value IS 208 (81.64% from 255) = 38.81%
R=25.56%
G=35.63%
B=38.81%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1371912080.340.0800.18194.3743.0367.65
Hex89BFD0228012c22b44
Octal211277320421002230253104
Binary1000100110111111110100001000101000010010110000101010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89BFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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