#8DBECA

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

Shades of Seagull #8DBECA

Tints of Seagull #8DBECA

Color information

#8DBECA (or 0x8DBECA) is unknown color: approx Seagull. HEX triplet: 8D, BE and CA. RGB value is (141,190,202). Sum of RGB (Red+Green+Blue) = 141+190+202=533 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.45% from 533); Green value is 190 (74.61% from 255 or 35.65% 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 #8DBECA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBECA is #724135. Grayscale: #B0B0B0. Windows color (decimal): -7487798 or 13287053. OLE color: 13287053.

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

Color convert

RGB141190202-
CMYK0.300.0600.21
HSL191.8º36.53%67.25%-
HSV(B)191.8º30.2%79.22%-
XYZ40.0646.7562.79-
YUV176.72142.27102.52-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.45%
GREEN value IS 190 (74.61% from 255) = 35.65%
BLUE value IS 202 (79.30% from 255) = 37.90%
R=26.45%
G=35.65%
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
Decimal1411902020.300.0600.21191.836.5367.25
Hex8DBECA1E6015c02543
Octal21527631236602530045103
Binary10001101101111101100101011110110010101110000001001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,190,202); }

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

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

 a { background-color: rgb(141,190,202); }

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

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

 span { border-color: rgb(141,190,202); }

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