#8CBACB

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

Shades of Seagull #8CBACB

Tints of Seagull #8CBACB

Color information

#8CBACB (or 0x8CBACB) is unknown color: approx Seagull. HEX triplet: 8C, BA and CB. RGB value is (140,186,203). Sum of RGB (Red+Green+Blue) = 140+186+203=529 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.47% from 529); Green value is 186 (73.05% from 255 or 35.16% from 529); Blue value is 203 (79.69% from 255 or 38.37% from 529); Max value from RGB is 203 - color contains mainly: blue. Hex color #8CBACB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBACB is #734534. Grayscale: #AEAEAE. Windows color (decimal): -7554357 or 13351564. OLE color: 13351564.

HSL color Cylindrical-coordinate representation of color #8CBACB: hue angle of 196.19º degrees, saturation: 0.38, 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 #8CBACB is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB140186203-
CMYK0.310.0800.20
HSL196.19º37.72%67.25%-
HSV(B)196.19º31.03%79.61%-
XYZ39.1545.0163.12-
YUV174.18144.26103.62-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.47%
GREEN value IS 186 (73.05% from 255) = 35.16%
BLUE value IS 203 (79.69% from 255) = 38.37%
R=26.47%
G=35.16%
B=38.37%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1401862030.310.0800.20196.1937.7267.25
Hex8CBACB1F8014c42643
Octal214272313371002430446103
Binary100011001011101011001011111111000010100110001001001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,186,203); }

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

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

 a { background-color: rgb(140,186,203); }

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

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

 span { border-color: rgb(140,186,203); }

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