#89BAD5

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

Shades of Seagull #89BAD5

Tints of Seagull #89BAD5

Color information

#89BAD5 (or 0x89BAD5) is unknown color: approx Seagull. HEX triplet: 89, BA and D5. RGB value is (137,186,213). Sum of RGB (Red+Green+Blue) = 137+186+213=536 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.56% from 536); Green value is 186 (73.05% from 255 or 34.70% from 536); Blue value is 213 (83.59% from 255 or 39.74% from 536); Max value from RGB is 213 - color contains mainly: blue. Hex color #89BAD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BAD5 is #76452A. Grayscale: #AEAEAE. Windows color (decimal): -7750955 or 14006921. OLE color: 14006921.

HSL color Cylindrical-coordinate representation of color #89BAD5: hue angle of 201.32º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #89BAD5 is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB137186213-
CMYK0.360.1300.16
HSL201.32º47.5%68.63%-
HSV(B)201.32º35.68%83.53%-
XYZ39.8945.2469.58-
YUV174.43149.77101.3-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.56%
GREEN value IS 186 (73.05% from 255) = 34.70%
BLUE value IS 213 (83.59% from 255) = 39.74%
R=25.56%
G=34.70%
B=39.74%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1371862130.360.1300.16201.3247.568.63
Hex89BAD524D010c92f45
Octal211272325441502031157105
Binary1000100110111010110101011001001101010000110010011011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89BAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,186,213); }

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

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

 a { background-color: rgb(137,186,213); }

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

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

 span { border-color: rgb(137,186,213); }

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