#8EB9CE

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

Shades of Seagull #8EB9CE

Tints of Seagull #8EB9CE

Color information

#8EB9CE (or 0x8EB9CE) is unknown color: approx Seagull. HEX triplet: 8E, B9 and CE. RGB value is (142,185,206). Sum of RGB (Red+Green+Blue) = 142+185+206=533 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.64% from 533); Green value is 185 (72.66% from 255 or 34.71% 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 #8EB9CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EB9CE is #714631. Grayscale: #AEAEAE. Windows color (decimal): -7423538 or 13547918. OLE color: 13547918.

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

Color convert

RGB142185206-
CMYK0.310.1000.19
HSL199.69º39.51%68.24%-
HSV(B)199.69º31.07%80.78%-
XYZ39.6444.964.97-
YUV174.54145.75104.79-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.64%
GREEN value IS 185 (72.66% from 255) = 34.71%
BLUE value IS 206 (80.86% from 255) = 38.65%
R=26.64%
G=34.71%
B=38.65%

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
Decimal1421852060.310.1000.19199.6939.5168.24
Hex8EB9CE1FA013c82844
Octal216271316371202331050104
Binary100011101011100111001110111111010010011110010001010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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