#8EBDCC

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

Shades of Seagull #8EBDCC

Tints of Seagull #8EBDCC

Color information

#8EBDCC (or 0x8EBDCC) is unknown color: approx Seagull. HEX triplet: 8E, BD and CC. RGB value is (142,189,204). Sum of RGB (Red+Green+Blue) = 142+189+204=535 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.54% from 535); Green value is 189 (74.22% from 255 or 35.33% from 535); Blue value is 204 (80.08% from 255 or 38.13% from 535); Max value from RGB is 204 - color contains mainly: blue. Hex color #8EBDCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBDCC is #714233. Grayscale: #B0B0B0. Windows color (decimal): -7422516 or 13417870. OLE color: 13417870.

HSL color Cylindrical-coordinate representation of color #8EBDCC: hue angle of 194.52º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8EBDCC is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB142189204-
CMYK0.300.0700.2
HSL194.52º37.8%67.84%-
HSV(B)194.52º30.39%80%-
XYZ40.2546.5163.98-
YUV176.66143.43103.28-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.54%
GREEN value IS 189 (74.22% from 255) = 35.33%
BLUE value IS 204 (80.08% from 255) = 38.13%
R=26.54%
G=35.33%
B=38.13%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1421892040.300.0700.2194.5237.867.84
Hex8EBDCC1E7014c32644
Octal21627531436702430346104
Binary10001110101111011100110011110111010100110000111001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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