#8CBACD

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

Shades of Seagull #8CBACD

Tints of Seagull #8CBACD

Color information

#8CBACD (or 0x8CBACD) is unknown color: approx Seagull. HEX triplet: 8C, BA and CD. RGB value is (140,186,205). Sum of RGB (Red+Green+Blue) = 140+186+205=531 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.37% from 531); Green value is 186 (73.05% from 255 or 35.03% from 531); Blue value is 205 (80.47% from 255 or 38.61% from 531); Max value from RGB is 205 - color contains mainly: blue. Hex color #8CBACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBACD is #734532. Grayscale: #AEAEAE. Windows color (decimal): -7554355 or 13482636. OLE color: 13482636.

HSL color Cylindrical-coordinate representation of color #8CBACD: hue angle of 197.54º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8CBACD is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB140186205-
CMYK0.320.0900.20
HSL197.54º39.39%67.65%-
HSV(B)197.54º31.71%80.39%-
XYZ39.3945.164.39-
YUV174.41145.26103.46-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.37%
GREEN value IS 186 (73.05% from 255) = 35.03%
BLUE value IS 205 (80.47% from 255) = 38.61%
R=26.37%
G=35.03%
B=38.61%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1401862050.320.0900.20197.5439.3967.65
Hex8CBACD209014c62744
Octal214272315401102430647104
Binary1000110010111010110011011000001001010100110001101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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