#8EBED5

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

Shades of Seagull #8EBED5

Tints of Seagull #8EBED5

Color information

#8EBED5 (or 0x8EBED5) is unknown color: approx Seagull. HEX triplet: 8E, BE and D5. RGB value is (142,190,213). Sum of RGB (Red+Green+Blue) = 142+190+213=545 (72% of max value = 765). Red value is 142 (55.86% from 255 or 26.06% from 545); Green value is 190 (74.61% from 255 or 34.86% from 545); Blue value is 213 (83.59% from 255 or 39.08% from 545); Max value from RGB is 213 - color contains mainly: blue. Hex color #8EBED5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBED5 is #71412A. Grayscale: #B2B2B2. Windows color (decimal): -7422251 or 14007950. OLE color: 14007950.

HSL color Cylindrical-coordinate representation of color #8EBED5: hue angle of 199.44º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8EBED5 is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB142190213-
CMYK0.330.1100.16
HSL199.44º45.81%69.61%-
HSV(B)199.44º33.33%83.53%-
XYZ41.5847.3869.9-
YUV178.27147.6102.13-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.06%
GREEN value IS 190 (74.61% from 255) = 34.86%
BLUE value IS 213 (83.59% from 255) = 39.08%
R=26.06%
G=34.86%
B=39.08%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1421902130.330.1100.16199.4445.8169.61
Hex8EBED521B010c72e46
Octal216276325411302030756106
Binary1000111010111110110101011000011011010000110001111011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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