#8EB8CA

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

Shades of Seagull #8EB8CA

Tints of Seagull #8EB8CA

Color information

#8EB8CA (or 0x8EB8CA) is unknown color: approx Seagull. HEX triplet: 8E, B8 and CA. RGB value is (142,184,202). Sum of RGB (Red+Green+Blue) = 142+184+202=528 (69% of max value = 765). Red value is 142 (55.86% from 255 or 26.89% from 528); Green value is 184 (72.27% from 255 or 34.85% from 528); Blue value is 202 (79.30% from 255 or 38.26% from 528); Max value from RGB is 202 - color contains mainly: blue. Hex color #8EB8CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EB8CA is #714735. Grayscale: #ADADAD. Windows color (decimal): -7423798 or 13285518. OLE color: 13285518.

HSL color Cylindrical-coordinate representation of color #8EB8CA: hue angle of 198º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8EB8CA is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB142184202-
CMYK0.300.0900.21
HSL198º36.14%67.45%-
HSV(B)198º29.7%79.22%-
XYZ38.9644.362.37-
YUV173.49144.09105.54-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.89%
GREEN value IS 184 (72.27% from 255) = 34.85%
BLUE value IS 202 (79.30% from 255) = 38.26%
R=26.89%
G=34.85%
B=38.26%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1421842020.300.0900.2119836.1467.45
Hex8EB8CA1E9015c62443
Octal216270312361102530644103
Binary100011101011100011001010111101001010101110001101001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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