#8CB7CC

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

Shades of Seagull #8CB7CC

Tints of Seagull #8CB7CC

Color information

#8CB7CC (or 0x8CB7CC) is unknown color: approx Seagull. HEX triplet: 8C, B7 and CC. RGB value is (140,183,204). Sum of RGB (Red+Green+Blue) = 140+183+204=527 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.57% from 527); Green value is 183 (71.88% from 255 or 34.72% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 204 - color contains mainly: blue. Hex color #8CB7CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CB7CC is #734833. Grayscale: #ACACAC. Windows color (decimal): -7555124 or 13416332. OLE color: 13416332.

HSL color Cylindrical-coordinate representation of color #8CB7CC: hue angle of 199.69º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8CB7CC is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB140183204-
CMYK0.310.1000.2
HSL199.69º38.55%67.45%-
HSV(B)199.69º31.37%80%-
XYZ38.6543.863.54-
YUV172.54145.75104.79-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.57%
GREEN value IS 183 (71.88% from 255) = 34.72%
BLUE value IS 204 (80.08% from 255) = 38.71%
R=26.57%
G=34.72%
B=38.71%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1401832040.310.1000.2199.6938.5567.45
Hex8CB7CC1FA014c82743
Octal214267314371202431047103
Binary100011001011011111001100111111010010100110010001001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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