#8EBDCA

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

Shades of Seagull #8EBDCA

Tints of Seagull #8EBDCA

Color information

#8EBDCA (or 0x8EBDCA) is unknown color: approx Seagull. HEX triplet: 8E, BD and CA. RGB value is (142,189,202). Sum of RGB (Red+Green+Blue) = 142+189+202=533 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.64% from 533); Green value is 189 (74.22% from 255 or 35.46% from 533); Blue value is 202 (79.30% from 255 or 37.90% from 533); Max value from RGB is 202 - color contains mainly: blue. Hex color #8EBDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBDCA is #714235. Grayscale: #B0B0B0. Windows color (decimal): -7422518 or 13286798. OLE color: 13286798.

HSL color Cylindrical-coordinate representation of color #8EBDCA: hue angle of 193º 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 #8EBDCA is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB142189202-
CMYK0.300.0600.21
HSL193º36.14%67.45%-
HSV(B)193º29.7%79.22%-
XYZ40.0146.4162.73-
YUV176.43142.43103.44-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.64%
GREEN value IS 189 (74.22% from 255) = 35.46%
BLUE value IS 202 (79.30% from 255) = 37.90%
R=26.64%
G=35.46%
B=37.90%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1421892020.300.0600.2119336.1467.45
Hex8EBDCA1E6015c12443
Octal21627531236602530144103
Binary10001110101111011100101011110110010101110000011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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