#89C1CD

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

Shades of Seagull #89C1CD

Tints of Seagull #89C1CD

Color information

#89C1CD (or 0x89C1CD) is unknown color: approx Seagull. HEX triplet: 89, C1 and CD. RGB value is (137,193,205). Sum of RGB (Red+Green+Blue) = 137+193+205=535 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.61% from 535); Green value is 193 (75.78% from 255 or 36.07% from 535); Blue value is 205 (80.47% from 255 or 38.32% from 535); Max value from RGB is 205 - color contains mainly: blue. Hex color #89C1CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C1CD is #763E32. Grayscale: #B1B1B1. Windows color (decimal): -7749171 or 13484425. OLE color: 13484425.

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

Color convert

RGB137193205-
CMYK0.330.0600.20
HSL190.59º40.48%67.06%-
HSV(B)190.59º33.17%80.39%-
XYZ40.4147.8764.87-
YUV177.62143.4599.02-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.61%
GREEN value IS 193 (75.78% from 255) = 36.07%
BLUE value IS 205 (80.47% from 255) = 38.32%
R=25.61%
G=36.07%
B=38.32%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1371932050.330.0600.20190.5940.4867.06
Hex89C1CD216014bf2843
Octal21130131541602427750103
Binary100010011100000111001101100001110010100101111111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89C1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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