#89BDD0

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

Shades of Seagull #89BDD0

Tints of Seagull #89BDD0

Color information

#89BDD0 (or 0x89BDD0) is unknown color: approx Seagull. HEX triplet: 89, BD and D0. RGB value is (137,189,208). Sum of RGB (Red+Green+Blue) = 137+189+208=534 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.66% from 534); Green value is 189 (74.22% from 255 or 35.39% from 534); Blue value is 208 (81.64% from 255 or 38.95% from 534); Max value from RGB is 208 - color contains mainly: blue. Hex color #89BDD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BDD0 is #76422F. Grayscale: #AFAFAF. Windows color (decimal): -7750192 or 13680009. OLE color: 13680009.

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

Color convert

RGB137189208-
CMYK0.340.0900.18
HSL196.06º43.03%67.65%-
HSV(B)196.06º34.13%81.57%-
XYZ39.946.2766.5-
YUV175.62146.27100.46-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.66%
GREEN value IS 189 (74.22% from 255) = 35.39%
BLUE value IS 208 (81.64% from 255) = 38.95%
R=25.66%
G=35.39%
B=38.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1371892080.340.0900.18196.0643.0367.65
Hex89BDD0229012c42b44
Octal211275320421102230453104
Binary1000100110111101110100001000101001010010110001001010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89BDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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