#8DBECC

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

Shades of Seagull #8DBECC

Tints of Seagull #8DBECC

Color information

#8DBECC (or 0x8DBECC) is unknown color: approx Seagull. HEX triplet: 8D, BE and CC. RGB value is (141,190,204). Sum of RGB (Red+Green+Blue) = 141+190+204=535 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.36% from 535); Green value is 190 (74.61% from 255 or 35.51% 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 #8DBECC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBECC is #724133. Grayscale: #B0B0B0. Windows color (decimal): -7487796 or 13418125. OLE color: 13418125.

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

Color convert

RGB141190204-
CMYK0.310.0700.2
HSL193.33º38.18%67.65%-
HSV(B)193.33º30.88%80%-
XYZ40.346.8564.05-
YUV176.94143.27102.36-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.36%
GREEN value IS 190 (74.61% from 255) = 35.51%
BLUE value IS 204 (80.08% from 255) = 38.13%
R=26.36%
G=35.51%
B=38.13%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1411902040.310.0700.2193.3338.1867.65
Hex8DBECC1F7014c12644
Octal21527631437702430146104
Binary10001101101111101100110011111111010100110000011001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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