#8DBACC

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

Shades of Seagull #8DBACC

Tints of Seagull #8DBACC

Color information

#8DBACC (or 0x8DBACC) is unknown color: approx Seagull. HEX triplet: 8D, BA and CC. RGB value is (141,186,204). Sum of RGB (Red+Green+Blue) = 141+186+204=531 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.55% from 531); Green value is 186 (73.05% from 255 or 35.03% from 531); Blue value is 204 (80.08% from 255 or 38.42% from 531); Max value from RGB is 204 - color contains mainly: blue. Hex color #8DBACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBACC is #724533. Grayscale: #AEAEAE. Windows color (decimal): -7488820 or 13417101. OLE color: 13417101.

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

Color convert

RGB141186204-
CMYK0.310.0900.2
HSL197.14º38.18%67.65%-
HSV(B)197.14º30.88%80%-
XYZ39.4445.1463.76-
YUV174.6144.59104.04-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.55%
GREEN value IS 186 (73.05% from 255) = 35.03%
BLUE value IS 204 (80.08% from 255) = 38.42%
R=26.55%
G=35.03%
B=38.42%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1411862040.310.0900.2197.1438.1867.65
Hex8DBACC1F9014c52644
Octal215272314371102430546104
Binary100011011011101011001100111111001010100110001011001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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