#8EBACE

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

Shades of Seagull #8EBACE

Tints of Seagull #8EBACE

Color information

#8EBACE (or 0x8EBACE) is unknown color: approx Seagull. HEX triplet: 8E, BA and CE. RGB value is (142,186,206). Sum of RGB (Red+Green+Blue) = 142+186+206=534 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.59% from 534); Green value is 186 (73.05% from 255 or 34.83% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 206 - color contains mainly: blue. Hex color #8EBACE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBACE is #714531. Grayscale: #AFAFAF. Windows color (decimal): -7423282 or 13548174. OLE color: 13548174.

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

Color convert

RGB142186206-
CMYK0.310.1000.19
HSL198.75º39.51%68.24%-
HSV(B)198.75º31.07%80.78%-
XYZ39.8545.3265.04-
YUV175.12145.42104.37-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.59%
GREEN value IS 186 (73.05% from 255) = 34.83%
BLUE value IS 206 (80.86% from 255) = 38.58%
R=26.59%
G=34.83%
B=38.58%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1421862060.310.1000.19198.7539.5168.24
Hex8EBACE1FA013c72844
Octal216272316371202330750104
Binary100011101011101011001110111111010010011110001111010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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