#8CB7C9

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

Shades of Seagull #8CB7C9

Tints of Seagull #8CB7C9

Color information

#8CB7C9 (or 0x8CB7C9) is unknown color: approx Seagull. HEX triplet: 8C, B7 and C9. RGB value is (140,183,201). Sum of RGB (Red+Green+Blue) = 140+183+201=524 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.72% from 524); Green value is 183 (71.88% from 255 or 34.92% from 524); Blue value is 201 (78.91% from 255 or 38.36% from 524); Max value from RGB is 201 - color contains mainly: blue. Hex color #8CB7C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CB7C9 is #734836. Grayscale: #ACACAC. Windows color (decimal): -7555127 or 13219724. OLE color: 13219724.

HSL color Cylindrical-coordinate representation of color #8CB7C9: hue angle of 197.7º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8CB7C9 is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB140183201-
CMYK0.300.0900.21
HSL197.7º36.09%66.86%-
HSV(B)197.7º30.35%78.82%-
XYZ38.2943.6661.67-
YUV172.2144.25105.04-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.72%
GREEN value IS 183 (71.88% from 255) = 34.92%
BLUE value IS 201 (78.91% from 255) = 38.36%
R=26.72%
G=34.92%
B=38.36%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1401832010.300.0900.21197.736.0966.86
Hex8CB7C91E9015c62443
Octal214267311361102530644103
Binary100011001011011111001001111101001010101110001101001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB7C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8CB7C9; }

 p { color: rgb(140,183,201); }

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

<style>
 a { background-color: #8CB7C9; }

 a { background-color: rgb(140,183,201); }

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

<style>
 span { border-color: #8CB7C9; }

 span { border-color: rgb(140,183,201); }

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