#89B9CD

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

Shades of Seagull #89B9CD

Tints of Seagull #89B9CD

Color information

#89B9CD (or 0x89B9CD) is unknown color: approx Seagull. HEX triplet: 89, B9 and CD. RGB value is (137,185,205). Sum of RGB (Red+Green+Blue) = 137+185+205=527 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.00% from 527); Green value is 185 (72.66% from 255 or 35.10% from 527); Blue value is 205 (80.47% from 255 or 38.90% from 527); Max value from RGB is 205 - color contains mainly: blue. Hex color #89B9CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89B9CD is #764632. Grayscale: #ACACAC. Windows color (decimal): -7751219 or 13482377. OLE color: 13482377.

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

Color convert

RGB137185205-
CMYK0.330.1000.20
HSL197.65º40.48%67.06%-
HSV(B)197.65º33.17%80.39%-
XYZ38.6844.4264.29-
YUV172.93146.1102.37-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.00%
GREEN value IS 185 (72.66% from 255) = 35.10%
BLUE value IS 205 (80.47% from 255) = 38.90%
R=26.00%
G=35.10%
B=38.90%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1371852050.330.1000.20197.6540.4867.06
Hex89B9CD21A014c62843
Octal211271315411202430650103
Binary1000100110111001110011011000011010010100110001101010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89B9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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