#8EB8CD

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

Shades of Seagull #8EB8CD

Tints of Seagull #8EB8CD

Color information

#8EB8CD (or 0x8EB8CD) is unknown color: approx Seagull. HEX triplet: 8E, B8 and CD. RGB value is (142,184,205). Sum of RGB (Red+Green+Blue) = 142+184+205=531 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.74% from 531); Green value is 184 (72.27% from 255 or 34.65% from 531); Blue value is 205 (80.47% from 255 or 38.61% from 531); Max value from RGB is 205 - color contains mainly: blue. Hex color #8EB8CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EB8CD is #714732. Grayscale: #ADADAD. Windows color (decimal): -7423795 or 13482126. OLE color: 13482126.

HSL color Cylindrical-coordinate representation of color #8EB8CD: hue angle of 200º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8EB8CD is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB142184205-
CMYK0.310.1000.20
HSL200º38.65%68.04%-
HSV(B)200º30.73%80.39%-
XYZ39.3244.4464.26-
YUV173.84145.59105.29-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.74%
GREEN value IS 184 (72.27% from 255) = 34.65%
BLUE value IS 205 (80.47% from 255) = 38.61%
R=26.74%
G=34.65%
B=38.61%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1421842050.310.1000.2020038.6568.04
Hex8EB8CD1FA014c82744
Octal216270315371202431047104
Binary100011101011100011001101111111010010100110010001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,184,205); }

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

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

 a { background-color: rgb(142,184,205); }

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

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

 span { border-color: rgb(142,184,205); }

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