#8EBECC

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

Shades of Seagull #8EBECC

Tints of Seagull #8EBECC

Color information

#8EBECC (or 0x8EBECC) is unknown color: approx Seagull. HEX triplet: 8E, BE and CC. RGB value is (142,190,204). Sum of RGB (Red+Green+Blue) = 142+190+204=536 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.49% from 536); Green value is 190 (74.61% from 255 or 35.45% from 536); Blue value is 204 (80.08% from 255 or 38.06% from 536); Max value from RGB is 204 - color contains mainly: blue. Hex color #8EBECC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBECC is #714133. Grayscale: #B1B1B1. Windows color (decimal): -7422260 or 13418126. OLE color: 13418126.

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

Color convert

RGB142190204-
CMYK0.300.0700.2
HSL193.55º37.8%67.84%-
HSV(B)193.55º30.39%80%-
XYZ40.4746.9464.05-
YUV177.24143.1102.86-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.49%
GREEN value IS 190 (74.61% from 255) = 35.45%
BLUE value IS 204 (80.08% from 255) = 38.06%
R=26.49%
G=35.45%
B=38.06%

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
Decimal1421902040.300.0700.2193.5537.867.84
Hex8EBECC1E7014c22644
Octal21627631436702430246104
Binary10001110101111101100110011110111010100110000101001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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