#8CB7CE

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

Shades of Seagull #8CB7CE

Tints of Seagull #8CB7CE

Color information

#8CB7CE (or 0x8CB7CE) is unknown color: approx Seagull. HEX triplet: 8C, B7 and CE. RGB value is (140,183,206). Sum of RGB (Red+Green+Blue) = 140+183+206=529 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.47% from 529); Green value is 183 (71.88% from 255 or 34.59% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 206 - color contains mainly: blue. Hex color #8CB7CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CB7CE is #734831. Grayscale: #ACACAC. Windows color (decimal): -7555122 or 13547404. OLE color: 13547404.

HSL color Cylindrical-coordinate representation of color #8CB7CE: hue angle of 200.91º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8CB7CE is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB140183206-
CMYK0.320.1100.19
HSL200.91º40.24%67.84%-
HSV(B)200.91º32.04%80.78%-
XYZ38.8943.964.82-
YUV172.76146.75104.63-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.47%
GREEN value IS 183 (71.88% from 255) = 34.59%
BLUE value IS 206 (80.86% from 255) = 38.94%
R=26.47%
G=34.59%
B=38.94%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1401832060.320.1100.19200.9140.2467.84
Hex8CB7CE20B013c92844
Octal214267316401302331150104
Binary1000110010110111110011101000001011010011110010011010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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