#89BBCF

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

Shades of Seagull #89BBCF

Tints of Seagull #89BBCF

Color information

#89BBCF (or 0x89BBCF) is unknown color: approx Seagull. HEX triplet: 89, BB and CF. RGB value is (137,187,207). Sum of RGB (Red+Green+Blue) = 137+187+207=531 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.80% from 531); Green value is 187 (73.44% from 255 or 35.22% from 531); Blue value is 207 (81.25% from 255 or 38.98% from 531); Max value from RGB is 207 - color contains mainly: blue. Hex color #89BBCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BBCF is #764430. Grayscale: #AEAEAE. Windows color (decimal): -7750705 or 13613961. OLE color: 13613961.

HSL color Cylindrical-coordinate representation of color #89BBCF: hue angle of 197.14º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #89BBCF is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB137187207-
CMYK0.340.1000.19
HSL197.14º42.17%67.45%-
HSV(B)197.14º33.82%81.18%-
XYZ39.3545.3665.71-
YUV174.33146.44101.37-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.80%
GREEN value IS 187 (73.44% from 255) = 35.22%
BLUE value IS 207 (81.25% from 255) = 38.98%
R=25.80%
G=35.22%
B=38.98%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1371872070.340.1000.19197.1442.1767.45
Hex89BBCF22A013c52a43
Octal211273317421202330552103
Binary1000100110111011110011111000101010010011110001011010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89BBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,187,207); }

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

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

 a { background-color: rgb(137,187,207); }

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

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

 span { border-color: rgb(137,187,207); }

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