#8EBED4

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

Shades of Seagull #8EBED4

Tints of Seagull #8EBED4

Color information

#8EBED4 (or 0x8EBED4) is unknown color: approx Seagull. HEX triplet: 8E, BE and D4. RGB value is (142,190,212). Sum of RGB (Red+Green+Blue) = 142+190+212=544 (72% of max value = 765). Red value is 142 (55.86% from 255 or 26.10% from 544); Green value is 190 (74.61% from 255 or 34.93% from 544); Blue value is 212 (83.20% from 255 or 38.97% from 544); Max value from RGB is 212 - color contains mainly: blue. Hex color #8EBED4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBED4 is #71412B. Grayscale: #B2B2B2. Windows color (decimal): -7422252 or 13942414. OLE color: 13942414.

HSL color Cylindrical-coordinate representation of color #8EBED4: hue angle of 198.86º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8EBED4 is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB142190212-
CMYK0.330.1000.17
HSL198.86º44.87%69.41%-
HSV(B)198.86º33.02%83.14%-
XYZ41.4547.3369.24-
YUV178.16147.1102.21-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.10%
GREEN value IS 190 (74.61% from 255) = 34.93%
BLUE value IS 212 (83.20% from 255) = 38.97%
R=26.10%
G=34.93%
B=38.97%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1421902120.330.1000.17198.8644.8769.41
Hex8EBED421A011c72d45
Octal216276324411202130755105
Binary1000111010111110110101001000011010010001110001111011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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