#8DBACA

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

Shades of Seagull #8DBACA

Tints of Seagull #8DBACA

Color information

#8DBACA (or 0x8DBACA) is unknown color: approx Seagull. HEX triplet: 8D, BA and CA. RGB value is (141,186,202). Sum of RGB (Red+Green+Blue) = 141+186+202=529 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.65% from 529); Green value is 186 (73.05% from 255 or 35.16% from 529); Blue value is 202 (79.30% from 255 or 38.19% from 529); Max value from RGB is 202 - color contains mainly: blue. Hex color #8DBACA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBACA is #724535. Grayscale: #AEAEAE. Windows color (decimal): -7488822 or 13286029. OLE color: 13286029.

HSL color Cylindrical-coordinate representation of color #8DBACA: hue angle of 195.74º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8DBACA is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB141186202-
CMYK0.300.0800.21
HSL195.74º36.53%67.25%-
HSV(B)195.74º30.2%79.22%-
XYZ39.245.0462.51-
YUV174.37143.59104.2-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.65%
GREEN value IS 186 (73.05% from 255) = 35.16%
BLUE value IS 202 (79.30% from 255) = 38.19%
R=26.65%
G=35.16%
B=38.19%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1411862020.300.0800.21195.7436.5367.25
Hex8DBACA1E8015c42543
Octal215272312361002530445103
Binary100011011011101011001010111101000010101110001001001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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