#89BFCD

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

Shades of Seagull #89BFCD

Tints of Seagull #89BFCD

Color information

#89BFCD (or 0x89BFCD) is unknown color: approx Seagull. HEX triplet: 89, BF and CD. RGB value is (137,191,205). Sum of RGB (Red+Green+Blue) = 137+191+205=533 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.70% from 533); Green value is 191 (75% from 255 or 35.83% from 533); Blue value is 205 (80.47% from 255 or 38.46% from 533); Max value from RGB is 205 - color contains mainly: blue. Hex color #89BFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BFCD is #764032. Grayscale: #B0B0B0. Windows color (decimal): -7749683 or 13483913. OLE color: 13483913.

HSL color Cylindrical-coordinate representation of color #89BFCD: hue angle of 192.35º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #89BFCD is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB137191205-
CMYK0.330.0700.20
HSL192.35º40.48%67.06%-
HSV(B)192.35º33.17%80.39%-
XYZ39.9746.9964.72-
YUV176.45144.1199.86-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.70%
GREEN value IS 191 (75% from 255) = 35.83%
BLUE value IS 205 (80.47% from 255) = 38.46%
R=25.70%
G=35.83%
B=38.46%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1371912050.330.0700.20192.3540.4867.06
Hex89BFCD217014c02843
Octal21127731541702430050103
Binary100010011011111111001101100001111010100110000001010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89BFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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