#8EBACF

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

Shades of Seagull #8EBACF

Tints of Seagull #8EBACF

Color information

#8EBACF (or 0x8EBACF) is unknown color: approx Seagull. HEX triplet: 8E, BA and CF. RGB value is (142,186,207). Sum of RGB (Red+Green+Blue) = 142+186+207=535 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.54% from 535); Green value is 186 (73.05% from 255 or 34.77% from 535); Blue value is 207 (81.25% from 255 or 38.69% from 535); Max value from RGB is 207 - color contains mainly: blue. Hex color #8EBACF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBACF is #714530. Grayscale: #AFAFAF. Windows color (decimal): -7423281 or 13613710. OLE color: 13613710.

HSL color Cylindrical-coordinate representation of color #8EBACF: hue angle of 199.38º 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 #8EBACF is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB142186207-
CMYK0.310.1000.19
HSL199.38º40.37%68.43%-
HSV(B)199.38º31.4%81.18%-
XYZ39.9845.3765.68-
YUV175.24145.92104.29-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.54%
GREEN value IS 186 (73.05% from 255) = 34.77%
BLUE value IS 207 (81.25% from 255) = 38.69%
R=26.54%
G=34.77%
B=38.69%

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
Decimal1421862070.310.1000.19199.3840.3768.43
Hex8EBACF1FA013c72844
Octal216272317371202330750104
Binary100011101011101011001111111111010010011110001111010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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