#8FBACD

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

Shades of Seagull #8FBACD

Tints of Seagull #8FBACD

Color information

#8FBACD (or 0x8FBACD) is unknown color: approx Seagull. HEX triplet: 8F, BA and CD. RGB value is (143,186,205). Sum of RGB (Red+Green+Blue) = 143+186+205=534 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.78% from 534); Green value is 186 (73.05% from 255 or 34.83% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 205 - color contains mainly: blue. Hex color #8FBACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBACD is #704532. Grayscale: #AFAFAF. Windows color (decimal): -7357747 or 13482639. OLE color: 13482639.

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

Color convert

RGB143186205-
CMYK0.300.0900.20
HSL198.39º38.27%68.24%-
HSV(B)198.39º30.24%80.39%-
XYZ39.9145.3764.41-
YUV175.31144.75104.96-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.78%
GREEN value IS 186 (73.05% from 255) = 34.83%
BLUE value IS 205 (80.47% from 255) = 38.39%
R=26.78%
G=34.83%
B=38.39%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1431862050.300.0900.20198.3938.2768.24
Hex8FBACD1E9014c62644
Octal217272315361102430646104
Binary100011111011101011001101111101001010100110001101001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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