#8DBACB

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

Shades of Seagull #8DBACB

Tints of Seagull #8DBACB

Color information

#8DBACB (or 0x8DBACB) is unknown color: approx Seagull. HEX triplet: 8D, BA and CB. RGB value is (141,186,203). Sum of RGB (Red+Green+Blue) = 141+186+203=530 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.60% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 203 (79.69% from 255 or 38.30% from 530); Max value from RGB is 203 - color contains mainly: blue. Hex color #8DBACB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBACB is #724534. Grayscale: #AEAEAE. Windows color (decimal): -7488821 or 13351565. OLE color: 13351565.

HSL color Cylindrical-coordinate representation of color #8DBACB: hue angle of 196.45º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8DBACB is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB141186203-
CMYK0.310.0800.20
HSL196.45º37.35%67.45%-
HSV(B)196.45º30.54%79.61%-
XYZ39.3245.0963.13-
YUV174.48144.09104.12-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.60%
GREEN value IS 186 (73.05% from 255) = 35.09%
BLUE value IS 203 (79.69% from 255) = 38.30%
R=26.60%
G=35.09%
B=38.30%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1411862030.310.0800.20196.4537.3567.45
Hex8DBACB1F8014c42543
Octal215272313371002430445103
Binary100011011011101011001011111111000010100110001001001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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