#8FBACC

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

Shades of Seagull #8FBACC

Tints of Seagull #8FBACC

Color information

#8FBACC (or 0x8FBACC) is unknown color: approx Seagull. HEX triplet: 8F, BA and CC. RGB value is (143,186,204). Sum of RGB (Red+Green+Blue) = 143+186+204=533 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.83% from 533); Green value is 186 (73.05% from 255 or 34.90% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 204 - color contains mainly: blue. Hex color #8FBACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBACC is #704533. Grayscale: #AFAFAF. Windows color (decimal): -7357748 or 13417103. OLE color: 13417103.

HSL color Cylindrical-coordinate representation of color #8FBACC: hue angle of 197.7º degrees, saturation: 0.37, 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 #8FBACC is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB143186204-
CMYK0.300.0900.2
HSL197.7º37.42%68.04%-
HSV(B)197.7º29.9%80%-
XYZ39.7945.3263.78-
YUV175.2144.25105.04-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.83%
GREEN value IS 186 (73.05% from 255) = 34.90%
BLUE value IS 204 (80.08% from 255) = 38.27%
R=26.83%
G=34.90%
B=38.27%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1431862040.300.0900.2197.737.4268.04
Hex8FBACC1E9014c62544
Octal217272314361102430645104
Binary100011111011101011001100111101001010100110001101001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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