#89B9CC

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

Shades of Seagull #89B9CC

Tints of Seagull #89B9CC

Color information

#89B9CC (or 0x89B9CC) is unknown color: approx Seagull. HEX triplet: 89, B9 and CC. RGB value is (137,185,204). Sum of RGB (Red+Green+Blue) = 137+185+204=526 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.05% from 526); Green value is 185 (72.66% from 255 or 35.17% from 526); Blue value is 204 (80.08% from 255 or 38.78% from 526); Max value from RGB is 204 - color contains mainly: blue. Hex color #89B9CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89B9CC is #764633. Grayscale: #ACACAC. Windows color (decimal): -7751220 or 13416841. OLE color: 13416841.

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

Color convert

RGB137185204-
CMYK0.330.0900.2
HSL197.01º39.64%66.86%-
HSV(B)197.01º32.84%80%-
XYZ38.5644.3863.66-
YUV172.81145.6102.46-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.05%
GREEN value IS 185 (72.66% from 255) = 35.17%
BLUE value IS 204 (80.08% from 255) = 38.78%
R=26.05%
G=35.17%
B=38.78%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1371852040.330.0900.2197.0139.6466.86
Hex89B9CC219014c52843
Octal211271314411102430550103
Binary1000100110111001110011001000011001010100110001011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89B9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,185,204); }

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

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

 a { background-color: rgb(137,185,204); }

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

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

 span { border-color: rgb(137,185,204); }

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