#8EBED1

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

Shades of Seagull #8EBED1

Tints of Seagull #8EBED1

Color information

#8EBED1 (or 0x8EBED1) is unknown color: approx Seagull. HEX triplet: 8E, BE and D1. RGB value is (142,190,209). Sum of RGB (Red+Green+Blue) = 142+190+209=541 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.25% from 541); Green value is 190 (74.61% from 255 or 35.12% from 541); Blue value is 209 (82.03% from 255 or 38.63% from 541); Max value from RGB is 209 - color contains mainly: blue. Hex color #8EBED1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBED1 is #71412E. Grayscale: #B1B1B1. Windows color (decimal): -7422255 or 13745806. OLE color: 13745806.

HSL color Cylindrical-coordinate representation of color #8EBED1: hue angle of 197.01º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8EBED1 is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB142190209-
CMYK0.320.0900.18
HSL197.01º42.14%68.82%-
HSV(B)197.01º32.06%81.96%-
XYZ41.0847.1867.26-
YUV177.81145.6102.46-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.25%
GREEN value IS 190 (74.61% from 255) = 35.12%
BLUE value IS 209 (82.03% from 255) = 38.63%
R=26.25%
G=35.12%
B=38.63%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1421902090.320.0900.18197.0142.1468.82
Hex8EBED1209012c52a45
Octal216276321401102230552105
Binary1000111010111110110100011000001001010010110001011010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,190,209); }

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

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

 a { background-color: rgb(142,190,209); }

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

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

 span { border-color: rgb(142,190,209); }

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