#8EBCD5

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

Shades of Seagull #8EBCD5

Tints of Seagull #8EBCD5

Color information

#8EBCD5 (or 0x8EBCD5) is unknown color: approx Seagull. HEX triplet: 8E, BC and D5. RGB value is (142,188,213). Sum of RGB (Red+Green+Blue) = 142+188+213=543 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.15% from 543); Green value is 188 (73.83% from 255 or 34.62% from 543); Blue value is 213 (83.59% from 255 or 39.23% from 543); Max value from RGB is 213 - color contains mainly: blue. Hex color #8EBCD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBCD5 is #71432A. Grayscale: #B0B0B0. Windows color (decimal): -7422763 or 14007438. OLE color: 14007438.

HSL color Cylindrical-coordinate representation of color #8EBCD5: hue angle of 201.13º 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 #8EBCD5 is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB142188213-
CMYK0.330.1200.16
HSL201.13º45.81%69.61%-
HSV(B)201.13º33.33%83.53%-
XYZ41.1546.5269.76-
YUV177.1148.26102.97-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.15%
GREEN value IS 188 (73.83% from 255) = 34.62%
BLUE value IS 213 (83.59% from 255) = 39.23%
R=26.15%
G=34.62%
B=39.23%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1421882130.330.1200.16201.1345.8169.61
Hex8EBCD521C010c92e46
Octal216274325411402031156106
Binary1000111010111100110101011000011100010000110010011011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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