#8DBACE

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

Shades of Seagull #8DBACE

Tints of Seagull #8DBACE

Color information

#8DBACE (or 0x8DBACE) is unknown color: approx Seagull. HEX triplet: 8D, BA and CE. RGB value is (141,186,206). Sum of RGB (Red+Green+Blue) = 141+186+206=533 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.45% from 533); Green value is 186 (73.05% from 255 or 34.90% from 533); Blue value is 206 (80.86% from 255 or 38.65% from 533); Max value from RGB is 206 - color contains mainly: blue. Hex color #8DBACE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBACE is #724531. Grayscale: #AEAEAE. Windows color (decimal): -7488818 or 13548173. OLE color: 13548173.

HSL color Cylindrical-coordinate representation of color #8DBACE: hue angle of 198.46º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8DBACE is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB141186206-
CMYK0.320.1000.19
HSL198.46º39.88%68.04%-
HSV(B)198.46º31.55%80.78%-
XYZ39.6845.2465.03-
YUV174.82145.59103.87-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.45%
GREEN value IS 186 (73.05% from 255) = 34.90%
BLUE value IS 206 (80.86% from 255) = 38.65%
R=26.45%
G=34.90%
B=38.65%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1411862060.320.1000.19198.4639.8868.04
Hex8DBACE20A013c62844
Octal215272316401202330650104
Binary1000110110111010110011101000001010010011110001101010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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