#89B3CB

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

Shades of Seagull #89B3CB

Tints of Seagull #89B3CB

Color information

#89B3CB (or 0x89B3CB) is unknown color: approx Seagull. HEX triplet: 89, B3 and CB. RGB value is (137,179,203). Sum of RGB (Red+Green+Blue) = 137+179+203=519 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.40% from 519); Green value is 179 (70.31% from 255 or 34.49% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 203 - color contains mainly: blue. Hex color #89B3CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89B3CB is #764C34. Grayscale: #A9A9A9. Windows color (decimal): -7752757 or 13349769. OLE color: 13349769.

HSL color Cylindrical-coordinate representation of color #89B3CB: hue angle of 201.82º degrees, saturation: 0.39, 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 #89B3CB is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB137179203-
CMYK0.330.1200.20
HSL201.82º38.82%66.67%-
HSV(B)201.82º32.51%79.61%-
XYZ37.2241.8762.62-
YUV169.18147.09105.05-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.40%
GREEN value IS 179 (70.31% from 255) = 34.49%
BLUE value IS 203 (79.69% from 255) = 39.11%
R=26.40%
G=34.49%
B=39.11%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1371792030.330.1200.20201.8238.8266.67
Hex89B3CB21C014ca2743
Octal211263313411402431247103
Binary1000100110110011110010111000011100010100110010101001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89B3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,179,203); }

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

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

 a { background-color: rgb(137,179,203); }

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

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

 span { border-color: rgb(137,179,203); }

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